svn commit: r426766 - /incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r426766 - /incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl

jacopoc
Author: jacopoc
Date: Sat Jul 29 02:18:48 2006
New Revision: 426766

URL: http://svn.apache.org/viewvc?rev=426766&view=rev
Log:
Small html fix.

Modified:
    incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl

Modified: incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl?rev=426766&r1=426765&r2=426766&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl (original)
+++ incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl Sat Jul 29 02:18:48 2006
@@ -33,7 +33,7 @@
     <#if layoutSettings.styleSheets?has_content>
         <#--layoutSettings.styleSheets is a list of style sheets. So, you can have a user-specified "main" style sheet, AND a component style sheet.-->
         <#list layoutSettings.styleSheets as styleSheet>
-            <link rel="stylesheet" href="<@ofbizContentUrl>${styleSheet}</@ofbizContentUrl>" type="text/css">
+            <link rel="stylesheet" href="<@ofbizContentUrl>${styleSheet}</@ofbizContentUrl>" type="text/css"/>
         </#list>
     <#else>
         <link rel="stylesheet" href="<@ofbizContentUrl>/images/maincss.css</@ofbizContentUrl>" type="text/css"/>