解决 [!--softsay--] 标签 在列表页调用带有 <br /> 的问题
/e/class/connect.php文件
查找
//默认不换行的字段
$nottobrf=',newstext,title,titlepic,newstime,befrom,writer,downpath,onlinepath,musicpath,booktexturl,';
改为为
//默认不换行的字段
$nottobrf=',softsay,newstext,title,titlepic,newstime,befrom,writer,downpath,onlinepath,musicpath,booktexturl,';
查找
//默认不换行的字段
$nottobrf=',newstext,title,titlepic,newstime,befrom,writer,downpath,onlinepath,musicpath,booktexturl,';
改为为
//默认不换行的字段
$nottobrf=',softsay,newstext,title,titlepic,newstime,befrom,writer,downpath,onlinepath,musicpath,booktexturl,';