summary refs log tree commit diff stats
path: root/includes/smilies.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-21 19:51:37 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-21 19:51:37 -0500
commit25ec7ee14626877b0e55f61b39fd7c41049de190 (patch)
tree3a98f606c2e1f642fa0b291b96f7361cad0e13b6 /includes/smilies.php
parent1c7e44811dde19488a870df68ff770a2f6def7f8 (diff)
downloadfourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.tar.gz
fourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.tar.bz2
fourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.zip
Fixed many HTML validation errors
Diffstat (limited to 'includes/smilies.php')
-rwxr-xr-xincludes/smilies.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/smilies.php b/includes/smilies.php index c0a4297..7001705 100755 --- a/includes/smilies.php +++ b/includes/smilies.php
@@ -44,7 +44,7 @@ class Smilies
44 44
45 foreach ($this->smilies as $name => $value) 45 foreach ($this->smilies as $name => $value)
46 { 46 {
47 $text = str_replace($name, '<IMG SRC="http://fourisland.com/theme/images/smilies/' . $value . '" ALT="' . $name . '" />', $text); 47 $text = str_replace($name, '<IMG SRC="http://fourisland.com/theme/images/smilies/' . $value . '" ALT="' . $name . '">', $text);
48 } 48 }
49 49
50 return $text; 50 return $text;