From d8f78a7c9526f473ac26d4b51b09d235720c1858 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 May 2003 19:50:39 +0000 Subject: - Removed check_output() from the theme system layer. --- themes/unconed/unconed.theme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/unconed') diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 41ad41dfc..f1dee7e58 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -115,10 +115,10 @@ teaser) { - echo "

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

"; + echo "

$node->teaser

"; } else { - echo "

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

"; + echo "

$node->body

"; } ?> @@ -167,7 +167,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