You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2004/11/10 21:51:04 UTC

cvs commit: jakarta-velocity-tools/xdocs site.dvsl

nbubna      2004/11/10 12:51:04

  Modified:    xdocs    site.dvsl
  Log:
  fix problem where <code> tags and content weren't being output in docs
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-velocity-tools/xdocs/site.dvsl
  
  Index: site.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/xdocs/site.dvsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- site.dvsl	18 Feb 2004 20:23:41 -0000	1.11
  +++ site.dvsl	10 Nov 2004 20:51:03 -0000	1.12
  @@ -397,7 +397,7 @@
             <td bgcolor="EEEEEE" nowrap>
               <a href="#$s.method.attrib("name")">$s.method.attrib("name")</a></td>
             <td bgcolor="EEEEEE">
  -            $s.method.abstract.value()
  +            $node.copy($s.method.abstract.children())
             </td>
           </tr>
         #end
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org