You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by br...@apache.org on 2002/04/07 05:16:30 UTC

cvs commit: jakarta-turbine-site/xdocs/common code-standards.xml

brekke      02/04/06 19:16:30

  Modified:    xdocs/common code-standards.xml
  Log:
  When the <source/> was in a <p/> it wasn't being rendered.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-turbine-site/xdocs/common/code-standards.xml
  
  Index: code-standards.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/xdocs/common/code-standards.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- code-standards.xml	20 Feb 2002 23:18:02 -0000	1.3
  +++ code-standards.xml	7 Apr 2002 03:16:30 -0000	1.4
  @@ -87,11 +87,11 @@
   
   <p>
   In Emacs-speak, this translates to the following command:
  +</p>
   
   <source><![CDATA[
   (setq-default tab-width 4 indent-tabs-mode nil)
   ]]></source>
  -</p>
   
   <p>
   4. Unix linefeeds for all .java source code files. Other platform specific
  @@ -125,7 +125,7 @@
   </p>
   
   <source><![CDATA[
  -@version $Id: code-standards.xml,v 1.3 2002/02/20 23:18:02 dlr Exp $
  +@version $Id: code-standards.xml,v 1.4 2002/04/07 03:16:30 brekke Exp $
   ]]></source>
   
   <p>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>