我的簽名的上方有一條長長的線
請問我要去那修改\r
請見圖

版主: 版主管理群

代碼: 選擇全部
//
// Replace newlines (we use this rather than nl2br because
// till recently it wasn't XHTML compliant)
//
if ( $user_sig != '' )
{
$user_sig = '<br />_________________<br />' . str_replace("
", "
<br />
", $user_sig);
}
$message = str_replace("
", "
<br />
", $message);