解决冲突
This commit is contained in:
parent
483f99f401
commit
1cad1626e0
|
@ -3085,7 +3085,9 @@ def sort_by_sticky topics
|
|||
|
||||
topics = tmpTopics
|
||||
return topics
|
||||
enddef strip_html(text,len=0,endss="...")
|
||||
end
|
||||
|
||||
def strip_html(text,len=0,endss="...")
|
||||
ss = ""
|
||||
if text.length>0
|
||||
ss=text.gsub(/<\/?.*?>/, '').strip
|
||||
|
|
Loading…
Reference in New Issue