You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/02 18:36:23 UTC

svn commit: rev 37397 - forrest/trunk/src/core/context/skins/forrest-site/xslt/html

Author: crossley
Date: Thu Sep  2 09:36:22 2004
New Revision: 37397

Modified:
   forrest/trunk/src/core/context/skins/forrest-site/xslt/html/site2xhtml.xsl
Log:
Add the head metadata.


Modified: forrest/trunk/src/core/context/skins/forrest-site/xslt/html/site2xhtml.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/forrest-site/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/src/core/context/skins/forrest-site/xslt/html/site2xhtml.xsl	Thu Sep  2 09:36:22 2004
@@ -44,6 +44,7 @@
   <xsl:template match="site">
     <html>
       <head>
+        <xsl:call-template name="html-meta"/>
         <title><xsl:value-of select="div[@class='content']/table/tr/td/h1"/></title>
         <link rel="stylesheet" href="{$root}skin/page.css" type="text/css"/>
         <xsl:if test="//skinconfig/favicon-url">