From c8170328c1e165bbe10420712b2b84d81363b170 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 10 Feb 2012 01:31:43 +0100 Subject: [PATCH] Fix player link in songs.pl. --- html/templates/songs.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.39.2