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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
