forgot a checkoutput() in article...

3-00
Steven Wittens 2001-01-15 18:35:15 +00:00
parent 6e88265b1f
commit e6c85d875d
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="<? echo $this->brcolor1; ?>" WIDTH="100%"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="<? echo $this->brcolor1; ?>" WIDTH="100%">
<TR><TD> <TR><TD>
<TABLE BORDER="0" CELLPADDING="4" CELLSPACING="1" WIDTH="100%"> <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; ?>"> <TR BGCOLOR="<? echo $this->bgcolor3; ?>">
<? <?
if ($story->category) { print "<TD BGCOLOR=\"$this->bgcolor3\">"; } if ($story->category) { print "<TD BGCOLOR=\"$this->bgcolor3\">"; }