From f65cf9406397ac688ec4060ba070e172af0cd90b Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 14 Feb 2013 00:42:29 -0800 Subject: Lots'n Lots of work on the scoreboard... --- includes/maps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/maps.php b/includes/maps.php index efe17b8..1af64a2 100644 --- a/includes/maps.php +++ b/includes/maps.php @@ -324,9 +324,9 @@ function DisplayMapThumbnail($map, $link = false) { $size = $size.'%'; //$size = '1.2px'; if ($link) { - $r .= ""; + $r .= "
"; } else { - $r .= "
"; + $r .= "
"; } for ($y = 0; $y < $map->height; $y++) { //Number of Rows $r .= ""; -- cgit v1.2.3