summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/jeroen/jeroen.theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme
index 6375c5701..fc45fe753 100644
--- a/themes/jeroen/jeroen.theme
+++ b/themes/jeroen/jeroen.theme
@@ -128,11 +128,11 @@
<?php
- echo "<P>". check_output($story->abstract, 1) ."</P>";
+ echo "<BR>". check_output($story->abstract, 1) ."</BR>";
if ($story->updates)
echo "<P><FONT COLOR=\"#E09226\">". t("Editor's note by <A HREF=\"account.php?op=userinfo&uname=$story->editor\">$story->editor</A>") .":</FONT>". check_output($story->updates, 1) ."</P>";
if ($reply)
- echo "<P>". check_output($story->article, 1) ."</P>";
+ echo "<BR>". check_output($story->article, 1) ."</BR>";
?>