r1121 - xwiki/trunk/src/main/web/templates

Xavier MOGHRABI moghrabi at users.forge.objectweb.org
Tue Aug 8 11:08:22 CEST 2006


Author: moghrabi
Date: 2006-08-08 11:08:21 +0200 (Tue, 08 Aug 2006)
New Revision: 1121

Modified:
   xwiki/trunk/src/main/web/templates/attachments.vm
Log:
Remove of a space before a parameter in a .get() method

Modified: xwiki/trunk/src/main/web/templates/attachments.vm
===================================================================
--- xwiki/trunk/src/main/web/templates/attachments.vm	2006-08-05 08:07:49 UTC (rev 1120)
+++ xwiki/trunk/src/main/web/templates/attachments.vm	2006-08-08 09:08:21 UTC (rev 1121)
@@ -75,7 +75,7 @@
         $msg.get("choosefiletoupload"):
         <input type="file" name="filepath" value="" size="40"/>
         <br/><br/>
-        <input type="submit" value="$msg.get(" attachthisfile")" onclick="return updateAttachName(this.form)" />
+        <input type="submit" value="$msg.get("attachthisfile")" onclick="return updateAttachName(this.form)" />
                 </p>
     </form>
 </div>





More information about the Xwiki-notifications mailing list