HTML bug in thumbnail generation fixed (Lagerfeuer-bug)
authorJens Frank <jeluf@users.mediawiki.org>
Sat, 7 Feb 2004 19:04:57 +0000 (19:04 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Sat, 7 Feb 2004 19:04:57 +0000 (19:04 +0000)
includes/Skin.php

index 61b2dd8..23b3b2c 100644 (file)
@@ -1621,7 +1621,7 @@ class Skin {
                  "<img border=\"0\" src=\"{$thumbUrl}\" alt=\"{$label}\" width=\"{$cwidth}\" height=\"{$cheight}\"></a>" .
                  "<a href=\"{$u}\" class=\"internal\" title=\"{$more}\">" .
                    "<img border=\"0\" src=\"{$wgUploadPath}/magnify-clip.png\" width=\"26\" height=\"24\" align=\"right\" alt=\"{$more}\"></a>" .
-                 "<p>{$label}</div></p>";
+                 "<p>{$label}</p></div>";
                return $s;
        }