From eacfd45863ea0a3bc1597da136ebe75906cede12 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 15 Dec 2002 23:05:25 +0000 Subject: [PATCH] - Forgot a tag. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.inc b/includes/common.inc index cd01940b1926..36c188ecdf7e 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); } } -- GitLab