]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/main_index.mako
Fix nick escaping problem by appending |n to disable filtering.
[xonotic/xonstat.git] / xonstat / templates / main_index.mako
index 24eb8274c0bbf7e3cef64316092a3909bbcab527..01e4868ae585e1c6a05c8b7be5de5fc685b1d28b 100755 (executable)
@@ -21,7 +21,7 @@ Main Page - ${parent.title()}
     <tr>\r
         <td>${i}</td>\r
         % if player_id != '-':\r
-        <td><a href="${request.route_url('player_info', id=player_id)}" title="Go to the player info page for this player">${nick}</a></td>\r
+        <td><a href="${request.route_url('player_info', id=player_id)}" title="Go to the player info page for this player">${nick|n}</a></td>\r
         % else:\r
         <td>${nick}</td>\r
         % endif\r