From 025dcfb44d26be4d97baa45b5d6e7d4e54c57752 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 31 Mar 2001 15:29:30 +0000 Subject: Fixed bug with $story->body --- themes/goofy/goofy.theme | 11 ++--------- themes/unconed/unconed.theme | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 327f81b1e..6f124363e 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -125,9 +125,9 @@
abstract, 1) ."

"; + echo check_output($story->abstract, 1) . "
"; if ($reply) - echo $story->article?check_output($story->article, 1):""; + echo $story->body?"
" . check_output($story->body, 1); ?>

". check_output($story->abstract, 1) ."

"; if ($reply) - if ($story->article) print "

". check_output($story->article, 1) ."

\n"; + if ($story->body) print "

". check_output($story->body, 1) ."

\n"; ?> -- cgit v1.2.3