summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc2
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);
}
}