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/03/15 21:54:35 UTC

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

Author: thorsten
Date: Wed Mar 15 12:54:32 2006
New Revision: 386160

URL: http://svn.apache.org/viewcvs?rev=386160&view=rev
Log:
Adding charsets to the different structurer fix for FOR-828. Thanks for the report Paul bolger.

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/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv?rev=386160&r1=386159&r2=386160&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 Wed Mar 15 12:54:32 2006
@@ -37,8 +37,12 @@
         <css url="coat.css"/>
       </forrest:property>
     </forrest:contract>
-    
-    <forrest:contract name="siteinfo-meta" dataURI="lm://project.build-info"/>
+
+    <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"/>
+      </forrest:property>
+    </forrest:contract>
     
     <forrest:hook name="container">
       <forrest:hook name="header">

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv?rev=386160&r1=386159&r2=386160&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 Wed Mar 15 12:54:32 2006
@@ -36,7 +36,11 @@
         <css url="common.css"/>
       </forrest:property>
     </forrest:contract>
-    <forrest:contract name="siteinfo-meta" dataURI="lm://project.build-info"/>
+    <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"/>
+      </forrest:property>
+    </forrest:contract>
     <!--
         nuggets (extra data requested by the contract) are now defined in the contract element. 
         As well the former @nugget is now called @dataURI to reflect better the function of the attribute.

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv?rev=386160&r1=386159&r2=386160&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 Wed Mar 15 12:54:32 2006
@@ -205,7 +205,11 @@
 }</css>
       </forrest:property>
     </forrest:contract>
-    <forrest:contract name="siteinfo-meta" dataURI="lm://project.build-info"/>
+    <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"/>
+      </forrest:property>
+    </forrest:contract>
     <forrest:contract name="siteinfo-meta-navigation" 
       dataURI="cocoon://#{$getRequest}.navigation.xml"/>
     <forrest:contract name="siteinfo-meta-icon">