修改文件 /e/class/connect.php
找到
$ylisttemp=$listtemp;
在上面加
$nottobrf=',smalltext,';//標(biāo)記
找
? if($spf==0&&!strstr($emod_r[$mid]['editorf'],','.$f.','))
? ? ? ? ? ? ? ? {
? ? ? ? ? ? ? ? ? ? ? ? if(strstr($emod_r[$mid]['tobrf'],','.$f.','))//加br
? ? ? ? ? ? ? ? ? ? ? ? {
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? $value=nl2br($value);
? ? ? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? ? ? ? ? if(!strstr($emod_r[$mid]['dohtmlf'],','.$f.','))//去除html
? ? ? ? ? ? ? ? ? ? ? ? {
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? $value=RepFieldtextNbsp(htmlspecialchars($value));
? ? ? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? }
換
? ? ? ? ? ? ? ? if(!strstr($nottobrf,','.$f.','))//修改標(biāo)記
? ? ? ? ? ? ? ? {
? ? ? ? ? ? ? ? ? ? ? ? if(!strstr($field['tobrf'],','.$f.','))//加br
? ? ? ? ? ? ? ? ? ? ? ? {
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? $value=nl2br($value);
? ? ? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? ? ? ? ? if(strstr($field['dohtmlf'],','.$f.','))//去除html
? ? ? ? ? ? ? ? ? ? ? ? {
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? $value=htmlspecialchars($value);
? ? ? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? }