diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-12-15 23:05:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-12-15 23:05:25 +0000 |
commit | eacfd45863ea0a3bc1597da136ebe75906cede12 (patch) | |
tree | 008f4786d9089c1a9c32c089d495ffd77994864b | |
parent | 70c21f7ee09eb192abcbc443ae364ebc8a08603c (diff) | |
download | brdo-eacfd45863ea0a3bc1597da136ebe75906cede12.tar.gz brdo-eacfd45863ea0a3bc1597da136ebe75906cede12.tar.bz2 |
- Forgot a tag.
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index cd01940b1..36c188ecd 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -391,7 +391,7 @@ function check_output($text, $nl2br = 0) { if ($text) { $text = stripslashes($text); - if (strip_tags($text, "<a><i><b><u><tt><code><cite><strong>") == $text) { + if (strip_tags($text, "<a><i><b><u><tt><code><cite><strong><img>") == $text) { $text = nl2br($text); } } |