mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Changes to public SVN log's HTML output format, from last weekend
This was SVN commit r6525.
This commit is contained in:
@@ -126,7 +126,23 @@ sub generate_text
|
||||
my ($self, $c) = @_;
|
||||
|
||||
my $feed_url = $c->config->{output}{feed_url};
|
||||
my $out = qq{<a href="$feed_url"><img alt="Atom feed" title="Subscribe to feed of revision log" src="/images/feed-icon-16x16.png" style="float: right"></a>\n};
|
||||
my $out = <<EOF;
|
||||
<!DOCTYPE html>
|
||||
<title>0 A.D. Revision Log</title>
|
||||
<style>
|
||||
body {
|
||||
color: #fff;
|
||||
margin: 3px;
|
||||
background-color: #000;
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
</style>
|
||||
<a href="$feed_url" target="_top"><img alt="Atom feed" title="Subscribe to feed of revision log" src="/feed-icon-16x16.png" style="float: right"></a>
|
||||
EOF
|
||||
|
||||
my @logentries = get_log_entries(28, 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user