% endif\r
>\r
% if pgstat.player_id > 2:\r
- <a href="${request.route_url('player_info', id=pgstat.player_id)}" title="Go to the player info page for this player">${pgstat.nick_html_colors()}</a></td>\r
+ <a href="${request.route_url('player_info', id=pgstat.player_id)}" title="Go to the player info page for this player">${pgstat.nick_html_colors()|n}</a></td>\r
% else:\r
- ${pgstat.nick_html_colors()}</td>\r
+ ${pgstat.nick_html_colors()|n}</td>\r
% endif\r
</tr>\r
% else:\r
% endif
>
% if pgstat.player_id > 2:
- <a href="${request.route_url('player_info', id=pgstat.player_id)}" title="Go to the player info page for this player">${pgstat.nick_html_colors()}</a></td>
+ <a href="${request.route_url('player_info', id=pgstat.player_id)}" title="Go to the player info page for this player">${pgstat.nick_html_colors()|n}</a></td>
% else:
- ${pgstat.nick_html_colors()}</td>
+ ${pgstat.nick_html_colors()|n}</td>
% endif
</tr>
% else: