Archived
1
0

ammend flashy format

This commit is contained in:
Jeff Becker
2017-01-29 10:32:16 -05:00
parent f0790204c0
commit 5ab54ae654
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ function explode_text(str)
end
function flashy_text(str)
return span_text("flashy", str)
return string.format("<span class='flashy'>%s</span>", str)
end
function psy_text(str)
-1
View File
@@ -675,5 +675,4 @@ th > label {
.flashy {
animation: flash 1s infinite;
animation-timing-function: linear;
text-align: center;
}