Fixes spans

This commit is contained in:
ZomgPonies
2015-11-19 15:33:26 -05:00
parent 6c907de639
commit 44cf24daec
+2 -2
View File
@@ -39,7 +39,7 @@
M.install(src)
else
if(mode.kickoff)
user << "\red <b>You have been locked out from modifying the AI's laws!"
user << "<span class='warning'>You have been locked out from modifying the AI's laws!</span>"
else
..()
@@ -79,7 +79,7 @@
module.install(src)
else
if(mode.kickoff)
user << "\red <b>You have been locked out from modifying the AI's laws!"
user << "<span class='warning'>You have been locked out from modifying the borg's laws!</span>"
else
return ..()