khammond 02/02/20 06:16:43 Modified: xdocs/stylesheets site.vsl Log: Modified section tag to use the new anchor attribute when creating the anchor tag. Revision Changes Path 1.2 +1 -1 jakarta-jmeter/xdocs/stylesheets/site.vsl Index: site.vsl =================================================================== RCS file: /home/cvs/jakarta-jmeter/xdocs/stylesheets/site.vsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- site.vsl 5 Aug 2001 13:22:09 -0000 1.1 +++ site.vsl 20 Feb 2002 14:16:43 -0000 1.2 @@ -157,7 +157,7 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="$bannerbg"> <font color="$bannerfg" face="arial,helvetica,sanserif"> - <a name="$section.getAttributeValue("name")"><strong>$section.getAttributeValue("name")</strong></a> + <a name="$section.getAttributeValue("anchor")"><strong>$section.getAttributeValue("name")</strong></a> </font> </td></tr> <tr><td>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>