You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/07/12 04:33:54 UTC

cvs commit: jakarta-avalon-logkit/src/xdocs/stylesheets templates.vm

donaldp     2002/07/11 19:33:53

  Modified:    src/xdocs/stylesheets templates.vm
  Log:
  Correct URLs for email addies
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-avalon-logkit/src/xdocs/stylesheets/templates.vm
  
  Index: templates.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/src/xdocs/stylesheets/templates.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- templates.vm	10 Jul 2002 04:15:41 -0000	1.1
  +++ templates.vm	12 Jul 2002 02:33:53 -0000	1.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="email:$au.getAttributeValue("email")">$au.getText()</a>
   	#end
   	</div>
   #end
  
  
  

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