使用dede织梦arclist标签调用时,查看源代码会有换行的现象,想要去掉,可以按如下方法操作。
打开 /include/taglib/arclist.lib.php 找到(2处)
$artlist .= $liststr."\r\n";
改成
$artlist .= $liststr;