Author: andre
Date: 2009-12-03 21:25:18 +0100 (Thu, 03 Dec 2009)
New Revision: 40115

Modified:
   openimages/trunk/src/main/webapp/progress.jspx
Log:
spacing


Modified: openimages/trunk/src/main/webapp/progress.jspx
===================================================================
--- openimages/trunk/src/main/webapp/progress.jspx      2009-12-03 20:25:04 UTC 
(rev 40114)
+++ openimages/trunk/src/main/webapp/progress.jspx      2009-12-03 20:25:18 UTC 
(rev 40115)
@@ -27,9 +27,9 @@
               type="percent" />
         </span>
         <span class="speed">
-          <jsp:text>(</jsp:text>
+          <jsp:text> (</jsp:text>
           <mm:escape 
escape="filesize">${sessionScope['org.mmbase.uploadInfo'].bytesRead}</mm:escape>
-          <jsp:text>/</jsp:text>
+          <jsp:text> / </jsp:text>
           <mm:escape 
escape="filesize">${sessionScope['org.mmbase.uploadInfo'].totalSize}</mm:escape>
           <jsp:text>, </jsp:text>
           <mm:escape escape="filesize">${1000 * 
sessionScope['org.mmbase.uploadInfo'].bytesRead /  
sessionScope['org.mmbase.uploadInfo'].elapsedTime}</mm:escape>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to