Author: erwan
Date: Tue May 18 10:23:19 2010
New Revision: 945580
URL:
http://svn.apache.org/viewvc?rev=945580&view=revLog:
XHTML validation errors (specialpurpose/myportal) - OFBIZ-3758 (
https://issues.apache.org/jira/browse/OFBIZ-3758)
Modified:
ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl
ofbiz/trunk/specialpurpose/myportal/widget/reloadCaptchaImage.ftl
Modified: ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl?rev=945580&r1=945579&r2=945580&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl (original)
+++ ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl Tue May 18 10:23:19 2010
@@ -98,7 +98,7 @@ under the License.
<tr>
<td class="label"> Code Captcha </td>
<td >
- <div id="captchaImage"><img src="${parameters.captchaFileName}"/></div>
+ <div id="captchaImage"><img src="${parameters.captchaFileName}" alt="" /></div>
</td>
</tr>
<script type="text/javascript" language="JavaScript">
Modified: ofbiz/trunk/specialpurpose/myportal/widget/reloadCaptchaImage.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/reloadCaptchaImage.ftl?rev=945580&r1=945579&r2=945580&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/widget/reloadCaptchaImage.ftl (original)
+++ ofbiz/trunk/specialpurpose/myportal/widget/reloadCaptchaImage.ftl Tue May 18 10:23:19 2010
@@ -21,4 +21,4 @@ under the License.
<#assign fileName = Static["org.ofbiz.common.Captcha"].getCodeCaptcha(request,response)>
<#assign fileName = Static["org.ofbiz.common.Captcha"].CAPTCHA_FILE_NAME>
-<img src="<@ofbizContentUrl>/tempfiles/captcha/${fileName?if_exists}</@ofbizContentUrl>"/>
+<img src="<@ofbizContentUrl>/tempfiles/captcha/${fileName?if_exists}</@ofbizContentUrl>" alt="" />