Skip to content

Commit

Permalink
[Text::SmartLinks] fix html
Browse files Browse the repository at this point in the history
the specs link was broken: s/href"/href="/
  • Loading branch information
patch committed Dec 16, 2013
1 parent a695ef5 commit e840845
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions util/Text-SmartLinks/lib/Text/SmartLinks.pm
Original file line number Diff line number Diff line change
Expand Up @@ -939,11 +939,11 @@ sub gen_preamble {
my $pugs_rev = $self->version || 'unknown';

return qq{
<I>This page was generated by Text::SmartLinks v$VERSION at $time.<br/>
(<a href"https://github.com/perl6/specs/">syn</a> <strong>$pugs_rev</strong>$smoke_info)</I>
&nbsp; [ <a href="http://perlcabal.org/syn/">Index of Synopses</a> ] <br/>
<a id='__top'></a>
};
<em>This page was generated by Text::SmartLinks v$VERSION at $time.<br>
(<a href="https://github.com/perl6/specs/">syn</a> <strong>$pugs_rev</strong>$smoke_info)</em>
&nbsp; [ <a href="http://perlcabal.org/syn/">Index of Synopses</a> ]<br>
<a id='__top'></a>
};
}

sub create_stats_page {
Expand Down

0 comments on commit e840845

Please sign in to comment.