From eacfd45863ea0a3bc1597da136ebe75906cede12 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Dec 2002 23:05:25 +0000 Subject: - Forgot a tag. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') 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, "") == $text) { + if (strip_tags($text, "") == $text) { $text = nl2br($text); } } -- cgit v1.2.3