diff options
Diffstat (limited to 'includes/smilies.php')
-rwxr-xr-x | includes/smilies.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/smilies.php b/includes/smilies.php index e7579a6..fbadc57 100755 --- a/includes/smilies.php +++ b/includes/smilies.php | |||
@@ -45,7 +45,7 @@ class Smilies | |||
45 | 45 | ||
46 | foreach ($this->smilies as $name => $value) | 46 | foreach ($this->smilies as $name => $value) |
47 | { | 47 | { |
48 | $text = str_replace($name, '<IMG SRC="http://fourisland.com/theme/images/smilies/' . $value . '" ALT="' . $name . '">', $text); | 48 | $text = str_replace($name, '<img src="http://fourisland.com/theme/images/smilies/' . $value . '" alt="' . $name . '" />', $text); |
49 | } | 49 | } |
50 | 50 | ||
51 | return $text; | 51 | return $text; |