Archived
1
0

make psytext use span

This commit is contained in:
Jeff Becker 2017-01-29 10:21:05 -05:00
parent 461721d729
commit 836d1212cc

View File

@ -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)