You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2003/09/02 06:38:51 UTC

cvs commit: jakarta-turbine-2/xdocs/howto velocityonlylayout-howto.xml

seade       2003/09/01 21:38:51

  Modified:    xdocs/howto velocityonlylayout-howto.xml
  Log:
  Minor correction to replacement method arguments.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine-2/xdocs/howto/velocityonlylayout-howto.xml
  
  Index: velocityonlylayout-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/howto/velocityonlylayout-howto.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- velocityonlylayout-howto.xml	27 Aug 2003 07:25:44 -0000	1.1
  +++ velocityonlylayout-howto.xml	2 Sep 2003 04:38:51 -0000	1.2
  @@ -63,7 +63,7 @@
     	<li>$page.setStyle(styleText) has been replaced with 
     	    $page.addStyle(styleText)</li>
     	<li>$page.setStyleSheet?(url,media) has been replaced with 
  -  	    $page.addStyleSheet?(url,media)</li>
  +  	    $page.addStyleSheet?(url,media,title,type)</li>
     </ul>
   </p>
   <p>