Skip to content

Commit

Permalink
add missing end quote for twitter feed
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Jul 21, 2009
1 parent c1d14a6 commit d4de259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmp/gen-twitter-feed.pl
Expand Up @@ -28,7 +28,7 @@
my $desc = $tweet->{'description'};
$desc =~ s{^cpanhq: }{};
my $link = $tweet->{'link'};
print {$html_fh} qq{<li>$desc <span class="link">(<a href="$link>link</a>)</span></li>\n};
print {$html_fh} qq{<li>$desc <span class="link">(<a href="$link">link</a>)</span></li>\n};
}

print {$html_fh} <<'EOF';
Expand Down

0 comments on commit d4de259

Please sign in to comment.