From 97fdbc5438dec45dd2749ba80d210d15c78a8f22 Mon Sep 17 00:00:00 2001 From: Jan Behrens Date: Mon, 22 Apr 2013 19:44:34 +0200 Subject: [PATCH] Fix playernicks at "more" link in player_info --- xonstat/templates/player_info.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index cfabae3..3a838f7 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -513,7 +513,7 @@ Player Information % if total_games > 10: -

More...

+

More...

% endif -- 2.39.2