From e6c85d875d0d1efb371e2044e6b27a46e6e936b0 Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Mon, 15 Jan 2001 18:35:15 +0000 Subject: [PATCH] forgot a checkoutput() in article... --- themes/unconed/unconed.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 758d5193bcb9..a4e98c0ad9b1 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\">"; } -- GitLab