You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/09/01 08:11:10 UTC

cvs commit: xml-forrest/src/resources/skins/forrest-css/xslt/html site2xhtml.xsl

crossley    2003/08/31 23:11:10

  Modified:    src/resources/skins/forrest-css/xslt/html site2xhtml.xsl
  Log:
  Add the missing html/head/title element.
  
  Revision  Changes    Path
  1.4       +2 -2      xml-forrest/src/resources/skins/forrest-css/xslt/html/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-css/xslt/html/site2xhtml.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- site2xhtml.xsl	17 Jul 2003 11:41:18 -0000	1.3
  +++ site2xhtml.xsl	1 Sep 2003 06:11:10 -0000	1.4
  @@ -32,7 +32,7 @@
     <xsl:template match="site">
       <html>
         <head>
  -        <title><xsl:value-of select="div[@class='content']/div[@class='pagetitle']"/></title>
  +        <title><xsl:value-of select="div[@class='content']/h1"/></title>
           <link rel="stylesheet" href="{$root}skin/page.css" type="text/css"/>
           <link rel="alternate stylesheet" title="Krysalis" href="{$root}skin/krysalis.css" type="text/css"/>
   		 <link rel="shortcut icon" href="{$root}favicon.ico" />