You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/05/18 12:23:19 UTC

svn commit: r945580 - in /ofbiz/trunk/specialpurpose/myportal/widget: RegisterPerson.ftl reloadCaptchaImage.ftl

Author: erwan
Date: Tue May 18 10:23:19 2010
New Revision: 945580

URL: http://svn.apache.org/viewvc?rev=945580&view=rev
Log:
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="<@o...@ofbizContentUrl>"/>
+<img  src="<@o...@ofbizContentUrl>" alt="" />