diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 758d5193bcb9d8bc8bf5b3f784b6035342ebf036..a4e98c0ad9b1c449f8c241f2ba6348d383daf194 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -113,7 +113,7 @@ function article($story, $reply) { <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="<? echo $this->brcolor1; ?>" WIDTH="100%"> <TR><TD> <TABLE BORDER="0" CELLPADDING="4" CELLSPACING="1" WIDTH="100%"> - <TR><TD COLSPAN="2" BGCOLOR="<? echo $this->bgcolor1; ?>"><FONT COLOR="<? echo $this->fgcolor1; ?>"><B><? echo $story->subject; ?></B></FONT></TD></TR> + <TR><TD COLSPAN="2" BGCOLOR="<? echo $this->bgcolor1; ?>"><FONT COLOR="<? echo $this->fgcolor1; ?>"><B><? echo check_output($story->subject, 1); ?></B></FONT></TD></TR> <TR BGCOLOR="<? echo $this->bgcolor3; ?>"> <? if ($story->category) { print "<TD BGCOLOR=\"$this->bgcolor3\">"; }