You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/03/22 17:32:55 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/util page2xhtml.xsl

gregor      2004/03/22 08:32:55

  Modified:    src/webapp/lenya/xslt/util page2xhtml.xsl
  Log:
  fix ns problem with imported js
  
  Revision  Changes    Path
  1.17      +2 -2      cocoon-lenya/src/webapp/lenya/xslt/util/page2xhtml.xsl
  
  Index: page2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/util/page2xhtml.xsl,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- page2xhtml.xsl	13 Mar 2004 12:42:09 -0000	1.16
  +++ page2xhtml.xsl	22 Mar 2004 16:32:55 -0000	1.17
  @@ -33,7 +33,7 @@
         <title><xsl:value-of select="page:title"/></title>
         <link rel="stylesheet" type="text/css"
           href="{$contextprefix}/lenya/css/default.css" title="default css"/>
  -      <xsl:apply-templates select="xhtml:script" />
  +      <script><xsl:value-of select="xhtml:script" /></script>
       </head>
       <body>
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org