You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2001/08/23 04:14:58 UTC

cvs commit: xml-cocoon2/webapp/protected/stylesheets simple-page2html.xsl

vgritsenko    01/08/22 19:14:58

  Modified:    webapp/protected/stylesheets simple-page2html.xsl
  Log:
  Patch from Enke Michael [Michael.Enke@wincor-nixdorf.com]
  
  Revision  Changes    Path
  1.2       +2 -0      xml-cocoon2/webapp/protected/stylesheets/simple-page2html.xsl
  
  Index: simple-page2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/protected/stylesheets/simple-page2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- simple-page2html.xsl	2001/05/09 20:50:21	1.1
  +++ simple-page2html.xsl	2001/08/23 02:14:57	1.2
  @@ -8,6 +8,8 @@
           <title>
             <xsl:value-of select="title"/>
           </title>
  +        <META content="0" http-equiv="expires"/>
  +        <META content="nocache" http-equiv="pragma"/>
         </head>
         <body bgcolor="white" alink="red" link="blue" vlink="blue">
           <xsl:apply-templates/>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org