- Timestamp:
- 05/19/07 05:50:48 (18 months ago)
- Files:
-
- 1 modified
-
util/smartlinks.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
util/smartlinks.pl
r16453 r16455 454 454 my $html = ''; 455 455 for ($curr .. $list->[0] - 1) { 456 $html .= qq{<a name="_line_$_" id="_line_$_"></a>\n};456 $html .= qq{<a id"_line_$_"></a>\n}; 457 457 } 458 458 $html; … … 756 756 (<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> 757 757 [ <a href="http://perlcabal.org/syn/">Index of Synopses</a> ] <br/> 758 <a name='__top'></a>758 <a id='__top'></a> 759 759 }; 760 760 }
