You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/05/28 18:39:31 UTC

svn commit: r409963 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes: coat.fv common.fv pelt.fv

Author: thorsten
Date: Sun May 28 09:39:30 2006
New Revision: 409963

URL: http://svn.apache.org/viewvc?rev=409963&view=rev
Log:
Partly fixing FOR-828. The ; is the right delimeter. Otherwise IE does not take the next prop.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv?rev=409963&r1=409962&r2=409963&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv Sun May 28 09:39:30 2006
@@ -40,7 +40,7 @@
 
     <forrest:contract name="siteinfo-meta" dataURI="lm://project.build-info">
       <forrest:property name="custom">
-         <meta http-equiv="content-type" content="text/html, charset=UTF-8"/>
+         <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
       </forrest:property>
     </forrest:contract>
     

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv?rev=409963&r1=409962&r2=409963&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv Sun May 28 09:39:30 2006
@@ -38,7 +38,7 @@
     </forrest:contract>
     <forrest:contract name="siteinfo-meta" dataURI="lm://project.build-info">
       <forrest:property name="custom">
-         <meta http-equiv="content-type" content="text/html, charset=UTF-8"/>
+         <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
       </forrest:property>
     </forrest:contract>
     <!--

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv?rev=409963&r1=409962&r2=409963&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv Sun May 28 09:39:30 2006
@@ -207,7 +207,7 @@
     </forrest:contract>
     <forrest:contract name="siteinfo-meta" dataURI="lm://project.build-info">
       <forrest:property name="custom">
-         <meta http-equiv="content-type" content="text/html, charset=UTF-8"/>
+         <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
       </forrest:property>
     </forrest:contract>
     <forrest:contract name="siteinfo-meta-navigation"