You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2008/04/27 09:45:04 UTC

svn commit: r651894 - /continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp

Author: brett
Date: Sun Apr 27 00:45:03 2008
New Revision: 651894

URL: http://svn.apache.org/viewvc?rev=651894&view=rev
Log:
fix workingCopy HTML

Modified:
    continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp

Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp?rev=651894&r1=651893&r2=651894&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp (original)
+++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp Sun Apr 27 00:45:03 2008
@@ -50,11 +50,11 @@
           <ww:param name="file" value="file"/>
         </ww:url>
         <ww:a href="%{workingCopyTextUrl}"><ww:text name="workingCopy.currentFile.text"/></ww:a>
+        </p>
         
         <form>
           <textarea rows="50" cols="100"><ww:property value="fileContent"/></textarea>
         </form>
-        </p>
         <%
             }
         %>