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

Ludovic Dubost ludovic at users.forge.objectweb.org
Thu Jul 20 17:16:51 CEST 2006


Author: ludovic
Date: 2006-07-20 17:16:50 +0200 (Thu, 20 Jul 2006)
New Revision: 1087

Modified:
   xwiki/trunk/src/main/web/templates/attachments.vm
Log:
Fix attachments.vm template which contains a white space which makes attaching file fail from the attachment box below the content of a page

Modified: xwiki/trunk/src/main/web/templates/attachments.vm
===================================================================
--- xwiki/trunk/src/main/web/templates/attachments.vm	2006-07-14 16:23:32 UTC (rev 1086)
+++ xwiki/trunk/src/main/web/templates/attachments.vm	2006-07-20 15:16:50 UTC (rev 1087)
@@ -41,7 +41,7 @@
     </table>
     <br/>
 
-    <form action="$doc.getURL(" upload")" enctype="multipart/form-data" method="post">
+    <form action="$doc.getURL("upload")" enctype="multipart/form-data" method="post">
             <p>
         <script type="text/javascript">
             function updateAttachName(form) {





More information about the Xwiki-notifications mailing list