Fixes typos in span, other html elements (#63510)

Atomizes a much larger PR for another time...
There are typos in span and other html messages that causes them to not render correctly or at all.
Bug fixes
Converts those instances of span to use the macro
This commit is contained in:
Jeremiah
2021-12-23 17:06:01 +00:00
committed by GitHub
parent 3ea7f01c04
commit 415e9dd7c1
67 changed files with 150 additions and 147 deletions
+1 -1
View File
@@ -124,7 +124,7 @@
admin_officer.equipOutfit(chosen_outfit)
admin_officer.key = usr.key
else
to_chat(usr, "<span class='warning'>Could not spawn you in as briefing officer as you are not a ghost!</spawn>")
to_chat(usr, span_warning("Could not spawn you in as briefing officer as you are not a ghost!"))
var/list/mob/dead/observer/candidates = poll_ghost_candidates("Do you wish to be considered for [ertemplate.polldesc]?", "deathsquad")
var/teamSpawned = FALSE