donaldp 2002/09/06 16:34:00
Modified: src/xdocs/stylesheets Tag: RELEASE_402-branch templates.vm
Log:
Fixup mailto urls
Revision Changes Path
No revision
No revision
1.7.2.2 +1 -1 jakarta-avalon-phoenix/src/xdocs/stylesheets/templates.vm
Index: templates.vm
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/src/xdocs/stylesheets/templates.vm,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- templates.vm 6 Sep 2002 23:26:19 -0000 1.7.2.1
+++ templates.vm 6 Sep 2002 23:33:59 -0000 1.7.2.2
@@ -256,7 +256,7 @@
#set ($authors = $root.getChild("properties").getChildren("author"))
#foreach ( $au in $authors )
#if( $velocityCount == 1 )by #end
- #if( $velocityCount != 1 ),#end <a
href="$au.getAttributeValue("email")">$au.getText()</a>
+ #if( $velocityCount != 1 ),#end <a
href="mailto:$au.getAttributeValue("email")">$au.getText()</a>
#end
</div>
#end
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>