修复Discuz附件&转义为&
问题现象
修复方法:
1.template/default/forum/ajax_attachlist.htm
搜索改为
2.source/function/function_post.php
搜索在下面加入
3.source/function/function_attachment.php
搜索在下面加入
修复方法:
1.template/default/forum/ajax_attachlist.htm
搜索
- {$attach[filename]}
2.source/function/function_post.php
搜索
- $attach['filenametitle'] = $attach['filename'];
3.source/function/function_attachment.php
搜索
- $attached = 0;