From e6886e28eebafec41decef0fc8b244a346e1b430 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 31 Mar 2001 15:11:21 +0000 Subject: Fixed bug: "na" appeared when a story didn't have "read more" --- themes/goofy/goofy.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 37759e56b..327f81b1e 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -127,7 +127,7 @@ abstract, 1) ."

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