以下修改是以5.3为模板,该补丁适用于全版本
根目录下 read.php
查找
$read['ifsign']<2 && $read['content'] = str_replace("\n","<br />",$read['content']);
替换为
$read['ifsign']<2 && $read['content'] = str_replace("\n","</p><p style='text-indent:21.0pt'>",$read['content']);
template/风格/read.htm
找到
$read[content]
替换为
<p style='text-indent:21.0pt'>$read[content]</p>
即可

RSS订阅