From: Jens Frank Date: Sat, 7 Feb 2004 19:04:57 +0000 (+0000) Subject: HTML bug in thumbnail generation fixed (Lagerfeuer-bug) X-Git-Tag: 1.3.0beta1~1012 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=2833bcf45dec2de3f8afdedf5849629b442904f6;p=lhc%2Fweb%2Fwiklou.git HTML bug in thumbnail generation fixed (Lagerfeuer-bug) --- diff --git a/includes/Skin.php b/includes/Skin.php index 61b2dd8ed5..23b3b2c05b 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1621,7 +1621,7 @@ class Skin { "\"{$label}\"" . "" . "\"{$more}\"" . - "

{$label}

"; + "

{$label}

"; return $s; }