@@ -550,8 +550,7 @@ function common.getFilesLinkByTag(href,tags,content,withend)
end
--有文件类型且在filetype中,才下载附件
- --if statehref~=nil and item["title"]~="" then
- if item["title"]~="" then
+ if statehref~=nil and item["title"]~="" then
local has = false
for _,tmphref in pairs(ahref) do
if tmphref == item["href"] then