Author: erwan
Date: Tue May 18 10:16:58 2010 New Revision: 945579 URL: http://svn.apache.org/viewvc?rev=945579&view=rev Log: Applied fix from trunk for revision: 945578 XHTML validation errors round 2+ (themes) - OFBIZ-3670 (https://issues.apache.org/jira/browse/OFBIZ-3760) Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/themes/bluelight/includes/header.ftl ofbiz/branches/release10.04/themes/droppingcrumbs/includes/header.ftl Propchange: ofbiz/branches/release10.04/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Tue May 18 10:16:58 2010 @@ -1,3 +1,3 @@ /ofbiz/branches/addbirt:831210-885099,885686-886087 /ofbiz/branches/multitenant20100310:921280-927264 -/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797,944895,945010,945018,945026,945118,945573 +/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797,944895,945010,945018,945026,945118,945573,945578 Modified: ofbiz/branches/release10.04/themes/bluelight/includes/header.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/themes/bluelight/includes/header.ftl?rev=945579&r1=945578&r2=945579&view=diff ============================================================================== --- ofbiz/branches/release10.04/themes/bluelight/includes/header.ftl (original) +++ ofbiz/branches/release10.04/themes/bluelight/includes/header.ftl Tue May 18 10:16:58 2010 @@ -115,7 +115,7 @@ under the License. <#if (userPreferences.COMPACT_HEADER)?default("N") == "Y"> <li class="logo-area"> <#if shortcutIcon?has_content> - <a href="<@ofbizUrl>${logoLinkURL}</@ofbizUrl>"><img src="<@ofbizContentUrl>${StringUtil.wrapString(shortcutIcon)}</@ofbizContentUrl>" height="16px" width="16px"/></a> + <a href="<@ofbizUrl>${logoLinkURL}</@ofbizUrl>"><img src="<@ofbizContentUrl>${StringUtil.wrapString(shortcutIcon)}</@ofbizContentUrl>" height="16px" width="16px" alt="" /></a> </#if> </li> <#else> Modified: ofbiz/branches/release10.04/themes/droppingcrumbs/includes/header.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/themes/droppingcrumbs/includes/header.ftl?rev=945579&r1=945578&r2=945579&view=diff ============================================================================== --- ofbiz/branches/release10.04/themes/droppingcrumbs/includes/header.ftl (original) +++ ofbiz/branches/release10.04/themes/droppingcrumbs/includes/header.ftl Tue May 18 10:16:58 2010 @@ -115,7 +115,7 @@ under the License. <#if (userPreferences.COMPACT_HEADER)?default("N") == "Y"> <li> <#if shortcutIcon?has_content> - <a href="<@ofbizUrl>${logoLinkURL}</@ofbizUrl>"><img src="<@ofbizContentUrl>${StringUtil.wrapString(shortcutIcon)}</@ofbizContentUrl>" height="16px" width="16px"/></a> + <a href="<@ofbizUrl>${logoLinkURL}</@ofbizUrl>"><img src="<@ofbizContentUrl>${StringUtil.wrapString(shortcutIcon)}</@ofbizContentUrl>" height="16px" width="16px" alt="" /></a> </#if> </li> <#else> |
Free forum by Nabble | Edit this page |