diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index 62ebb8da14d9..7a386d18c49d 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -87,7 +87,7 @@
else { print "Posted by $anonymous on $timestamp"; }
if ($story->department) { print " - from the $story->department dept."; }
print "";
- if ($story->category) { print "
bgcolor2\" ALIGN=\"center\">category\">categorycolor\">$story->category"; }
+ if ($story->category) { print " | bgcolor2\" ALIGN=\"center\">category) . "\">categorycolor\">$story->category"; }
?>
|
@@ -122,7 +122,7 @@
else { print "Posted by $anonymous on $timestamp"; }
if ($story->department) { print " - from the $story->department dept."; }
print "";
- if ($story->category) { print "bgcolor3\" ALIGN=\"center\">category\">categorycolor\">$story->category"; }
+ if ($story->category) { print " | bgcolor3\" ALIGN=\"center\">category) . "\">categorycolor\">$story->category"; }
?>
|