解决冲突

chenlw_dev
cxt 9 years ago
parent 483f99f401
commit 1cad1626e0

@ -3085,7 +3085,9 @@ def sort_by_sticky topics
topics = tmpTopics topics = tmpTopics
return topics return topics
enddef strip_html(text,len=0,endss="...") end
def strip_html(text,len=0,endss="...")
ss = "" ss = ""
if text.length>0 if text.length>0
ss=text.gsub(/<\/?.*?>/, '').strip ss=text.gsub(/<\/?.*?>/, '').strip

Loading…
Cancel
Save