Changeset 16455 for util

Show
Ignore:
Timestamp:
05/19/07 05:50:48 (18 months ago)
Author:
Aankhen
Message:

util/smartlinks.pl:
* removed name attribute on anchors in favour of id attribute.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/smartlinks.pl

    r16453 r16455  
    454454    my $html = ''; 
    455455    for ($curr .. $list->[0] - 1) { 
    456         $html .= qq{<a name="_line_$_" id="_line_$_"> </a>\n}; 
     456        $html .= qq{<a id"_line_$_"></a>\n}; 
    457457    } 
    458458    $html; 
     
    756756            (<a href="http://svn.perl.org/perl6/doc/trunk/design/syn/">syn</a> <strong>$syn_rev</strong>, <a href="http://svn.pugscode.org/pugs/t/">pugs-tests</a> <strong>$pugs_rev</strong>$smoke_info)</I> 
    757757            &nbsp; [ <a href="http://perlcabal.org/syn/">Index of Synopses</a> ] <br/> 
    758             <a name='__top'></a> 
     758            <a id='__top'></a> 
    759759     }; 
    760760}