make psytext use span
This commit is contained in:
parent
461721d729
commit
836d1212cc
@ -14,7 +14,7 @@ function explode_text(str)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function psy_text(str)
|
function psy_text(str)
|
||||||
return span_text("psy", str)
|
return string.format("<span class='psy'>%s</span>", str)
|
||||||
end
|
end
|
||||||
|
|
||||||
function red_text(str)
|
function red_text(str)
|
||||||
|
Reference in New Issue
Block a user