change this
$html .= ". . " . $minor . &TimeToText($ts) . " "; $html .= T('by') . ' ' . &GetAuthorLink($host, $user, $uid) . " ";to this
$html .= ". . " . &TimeToText($ts) . " "; $html .= $minor . T('by') . ' ' . &GetAuthorLink($host, $user, $uid) . " ";