You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/04/14 22:32:09 UTC

svn commit: r934182 - /ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl

Author: buscob
Date: Wed Apr 14 20:32:08 2010
New Revision: 934182

URL: http://svn.apache.org/viewvc?rev=934182&view=rev
Log:
A patch from Blas Rodriguez Somoza
OFBIZ-3676 - XHTML validation errors round 2 (specialpurpose/shark)
https://issues.apache.org/jira/browse/OFBIZ-3676

XHTML validation errors

    * Unclosed tags



Modified:
    ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl?rev=934182&r1=934181&r2=934182&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl Wed Apr 14 20:32:08 2010
@@ -58,6 +58,6 @@ under the License.
 <div>&nbsp;</div>
 <form method="post" enctype="multipart/form-data" action="<@o...@ofbizUrl>" name="xpdlUploadForm">
   <input type="file" size="50" name="fname" />
-  <div><hr></div>
+  <div><hr/></div>
   <input type="submit" class="smallSubmit" value="Upload" />
 </form>