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