Author: buscob
Date: Wed Apr 14 20:32:08 2010
New Revision: 934182
URL:
http://svn.apache.org/viewvc?rev=934182&view=revLog:
A patch from Blas Rodriguez Somoza
OFBIZ-3676 - XHTML validation errors round 2 (specialpurpose/shark)
https://issues.apache.org/jira/browse/OFBIZ-3676XHTML 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> </div>
<form method="post" enctype="multipart/form-data" action="<@ofbizUrl>repository?upload=xpdl</@ofbizUrl>" name="xpdlUploadForm">
<input type="file" size="50" name="fname" />
- <div><hr></div>
+ <div><hr/></div>
<input type="submit" class="smallSubmit" value="Upload" />
</form>