Skip to content

Commit

Permalink
Fix simulationcraft#2697 by removing the link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Collisionc committed Aug 7, 2016
1 parent 69edebc commit b4d5723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/report/sc_report_html_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2981,9 +2981,9 @@ void print_html_player_description( report::sc_html_stream& os,
if ( !p.report_information.thumbnail_url.empty() )
{
os.format(
"<a href=\"%s\" class=\"toggle-thumbnail ext%s\"><img src=\"%s\" "
"alt=\"%s\" class=\"player-thumbnail\"/></a>\n",
p.origin_str.c_str(), ( num_players == 1 ) ? "" : " hide",
"<class=\"toggle-thumbnail ext%s\"><img src=\"%s\" "
"alt=\"%s\" class=\"player-thumbnail\"/>\n",
( num_players == 1 ) ? "" : " hide",
p.report_information.thumbnail_url.c_str(), p.name_str.c_str() );
}

Expand Down

0 comments on commit b4d5723

Please sign in to comment.