Archived
1
0

make redtext use span

This commit is contained in:
Jeff Becker 2017-01-29 10:20:44 -05:00
parent 810c4f52fe
commit 461721d729

View File

@ -18,7 +18,7 @@ function psy_text(str)
end end
function red_text(str) function red_text(str)
return span_text("redtext", str) return string.format("<span class='redtext'>%s</span>", str)
end end
function pre_text(str) function pre_text(str)