'.str_replace(array("\r\n","\r","\n"),'

',str_replace("\t",'    ',htmlspecialchars($post['message']))).'

';} // 编辑后跳转来源页 if($route=='post'&&!empty($action)&&$action=='update'&&!empty($_SERVER['HTTP_REFERER'])){$location=$_SERVER['HTTP_REFERER'];} // 回复后跳转至尾页 if($route=='post'&&!empty($action)&&$action=='create'){$location='./?tiny_jump&goto&page='.$thread['tid'].'&time='.time();} ?>