]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/game_info.mako
Fix nick escaping problem by appending |n to disable filtering.
[xonotic/xonstat.git] / xonstat / templates / game_info.mako
index fb1549275e06ae971f6c51ff405de4772419ebea..c8e54f4d0d9fc7601af98f0053f3ebf3d773ce77 100755 (executable)
@@ -28,7 +28,7 @@ ${scoreboard(game.game_type_cd, pgstats)}
 <h2>Accuracy</h2>
 % for pgstat in pgstats:
 % if pgstat.player_game_stat_id in pwstats:
-Accuracy for <a href="${request.route_url('player_info', id=pgstat.player_id)}" title="Go to the player detail page for this player">${pgstat.nick_html_colors()}</a>:
+Accuracy for <a href="${request.route_url('player_info', id=pgstat.player_id)}" title="Go to the player detail page for this player">${pgstat.nick_html_colors()|n}</a>:
 ${accuracy(pwstats[pgstat.player_game_stat_id][0:5])}
 <br />
 <br />