|
Your posting in a members forum. It is in the feature.tmpl
<span class="{$Style['small']}">{$ptitle[$x]}</a><br />{$puser[$x]}</span>
change to this
<span class="{$Style['small']}">{$ptitle[$x]}</a></span>
Last edited by Chuck S; July 14th, 2004 at 10:06 AM.
|