记事本等编辑器打开 找到

  1. $message =
    "[quote]$message
    [size=2][color=#999999]$language[post_reply_quote][/color][url={$boardurl}redirect.php?goto=findpost&pid=$repquote&ptid=$tid][img]{$boardurl}images/common/back.gif[/img][/url][/size][/quote]
    ";

改为

  1. $message
    =
    "[quote]$message
    [size=2][color=#999999]$language[post_reply_quote][/color]

[url={$boardurl}redirect.php?goto=findpost&pid=$repquote&ptid=$tid][img]{$boardurl}images/common/back.gif[/img][/url][/size][/quote]
";

再找

  1. $message
    = "[b]$language[post_reply]
    [url={$boardurl}redirect.php?goto=findpost&pid=$reppost&ptid=$thapost[tid]]$thapost[number]#[/url]
    $thapost[author] $lang[post_thread][/b]    ";

改为

  1. $message
    = "[b]$language[post_reply]
    [url={$boardurl}redirect.php?goto=findpost&pid=$reppost&ptid=$thapost[tid]]$thapost[number]#[/url]
    $thapost[author] $lang[post_thread][/b]
    ";

保存覆盖回去 打开引用页 ok 多余空格消失