summaryrefslogtreecommitdiff
path: root/themes/goofy
diff options
context:
space:
mode:
Diffstat (limited to 'themes/goofy')
-rw-r--r--themes/goofy/goofy.theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme
index 6f124363e..471c5b556 100644
--- a/themes/goofy/goofy.theme
+++ b/themes/goofy/goofy.theme
@@ -126,8 +126,8 @@
<td class="lgcnt" width="100%" colspan="2"><hr color="#404040" size="1">
<?php
echo check_output($story->abstract, 1) . "<br>";
- if ($reply)
- echo $story->body?"<br>" . check_output($story->body, 1);
+ if ($reply && $story->body)
+ echo "<br>" . check_output($story->body, 1);
?>
<hr color="#404040" size="1"><div align="right">
<?php