From ddd9a8969b878bb7880b254c76f1c3229f38bf38 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 12 Sep 2002 17:08:32 +0000 Subject: [PATCH] SUrprise icon is a bit wider than 16 pixels --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5