From: Steinar H. Gunderson Date: Fri, 10 Feb 2012 00:31:43 +0000 (+0100) Subject: Fix player link in songs.pl. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=c8170328c1e165bbe10420712b2b84d81363b170 Fix player link in songs.pl. --- diff --git a/html/templates/songs.tmpl b/html/templates/songs.tmpl index 1715d65..384e0e3 100644 --- a/html/templates/songs.tmpl +++ b/html/templates/songs.tmpl @@ -33,7 +33,7 @@ [% IF s.high_score == '' %] [% ELSE %] - [% s.high_score %] <_>by [% s.high_score_nick %] + [% s.high_score %] <_>by [% s.high_score_nick %] [% END %] [% END %]