From f7e11d3bb763d0f8c3b0551b7f5848f72c557ac0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 May 2003 10:16:11 +0000 Subject: - The check_output()s slipped back in. Removing them again. --- themes/unconed/unconed.theme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 9d3c0f4bf..b5762aba6 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -97,10 +97,10 @@ teaser) { - echo "

". check_output($node->teaser) ."

"; + echo "

$node->teaser

"; } else { - echo "

". check_output($node->body) ."

"; + echo "

$node->body

"; } ?> @@ -149,7 +149,7 @@ echo " "; // print body of comment: - if ($comment) echo " bgcolor2\">". check_output($comment->comment) .""; + if ($comment) echo " bgcolor2\">$comment->comment"; // print bottom link(s): echo " bgcolor3\">[ $link ]"; -- cgit v1.2.3