From: martin Date: Thu, 12 Sep 2002 17:08:32 +0000 (+0000) Subject: SUrprise icon is a bit wider than 16 pixels X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ddd9a8969b878bb7880b254c76f1c3229f38bf38;p=moodle.git SUrprise icon is a bit wider than 16 pixels --- diff --git a/lib/weblib.php b/lib/weblib.php index 26c8542594..0329cd4b93 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -298,7 +298,7 @@ function text_to_html($text, $smiley=true, $para=true) { $text = ereg_replace(":-\(","\"{sad}\"wwwroot/pix/s/sad.gif\">", $text); $text = ereg_replace(":-P", "\"{tongue-out}\"wwwroot/pix/s/tongueout.gif\">", $text); $text = ereg_replace(":-/", "\"{mixed}\"wwwroot/pix/s/mixed.gif\">", $text); - $text = ereg_replace(":-o", "\"{surprised}\"wwwroot/pix/s/surprise.gif\">", $text); + $text = ereg_replace(":-o", "\"{surprised}\"wwwroot/pix/s/surprise.gif\">", $text); $text = ereg_replace("B-)", "\"{cool}\"wwwroot/pix/s/cool.gif\">", $text); }