mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
make redtext use span
This commit is contained in:
@@ -18,7 +18,7 @@ function psy_text(str)
|
||||
end
|
||||
|
||||
function red_text(str)
|
||||
return span_text("redtext", str)
|
||||
return string.format("<span class='redtext'>%s</span>", str)
|
||||
end
|
||||
|
||||
function pre_text(str)
|
||||
|
||||
Reference in New Issue
Block a user