Adds missing </span>'s.

This commit is contained in:
kingofkosmos
2019-06-02 21:29:14 +03:00
parent 089f587bbb
commit 1bf60bbe06
24 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -193,7 +193,7 @@
if(!alt_click_can_use_id(user))
return
if(!new_bank_id || new_bank_id < 111111 || new_bank_id > 999999)
to_chat(user, "<span class='warning'>The account ID number needs to be between 111111 and 999999.</span")
to_chat(user, "<span class='warning'>The account ID number needs to be between 111111 and 999999.</span>")
return
for(var/A in SSeconomy.bank_accounts)
var/datum/bank_account/B = A
+1 -1
View File
@@ -690,7 +690,7 @@ GLOBAL_LIST_EMPTY(PDAs)
/obj/item/pda/proc/send_to_all(mob/living/U)
if (last_everyone && world.time < last_everyone + PDA_SPAM_DELAY)
to_chat(U,"<span class='warning'>Send To All function is still on cooldown.")
to_chat(U,"<span class='warning'>Send To All function is still on cooldown.</span>")
return
send_message(U,get_viewable_pdas(), TRUE)
@@ -403,11 +403,11 @@
if(ismob(A))
var/mob/M = A
log_combat(user, M, "attacked", "EMP-light")
M.visible_message("<span class='danger'>[user] blinks \the [src] at \the [A].", \
"<span class='userdanger'>[user] blinks \the [src] at you.")
M.visible_message("<span class='danger'>[user] blinks \the [src] at \the [A].</span>", \
"<span class='userdanger'>[user] blinks \the [src] at you.</span>")
else
A.visible_message("<span class='danger'>[user] blinks \the [src] at \the [A].")
to_chat(user, "\The [src] now has [emp_cur_charges] charge\s.")
A.visible_message("<span class='danger'>[user] blinks \the [src] at \the [A].</span>")
to_chat(user, "\The [src] now has [emp_cur_charges] charge\s.</span>")
A.emp_act(EMP_HEAVY)
else
to_chat(user, "<span class='warning'>\The [src] needs time to recharge!</span>")
@@ -45,7 +45,7 @@ GLOBAL_LIST_INIT(channel_tokens, list(
avail_chans += "use [MODE_TOKEN_DEPARTMENT] or [GLOB.channel_tokens[channels[i]]] for [lowertext(channels[i])]"
else
avail_chans += "use [GLOB.channel_tokens[channels[i]]] for [lowertext(channels[i])]"
to_chat(user, "<span class='notice'>A small screen on the headset displays the following available frequencies:\n[english_list(avail_chans)].")
to_chat(user, "<span class='notice'>A small screen on the headset displays the following available frequencies:\n[english_list(avail_chans)].</span>")
if(command)
to_chat(user, "<span class='info'>Alt-click to toggle the high-volume mode.</span>")
+2 -2
View File
@@ -109,7 +109,7 @@ GENE SCANNER
if ((HAS_TRAIT(user, TRAIT_CLUMSY) || HAS_TRAIT(user, TRAIT_DUMB)) && prob(50))
to_chat(user, "<span class='notice'>You stupidly try to analyze the floor's vitals!</span>")
user.visible_message("<span class='warning'>[user] has analyzed the floor's vitals!</span>")
to_chat(user, "<span class='info'>Analyzing results for The floor:\n\tOverall status: <b>Healthy</b>")
to_chat(user, "<span class='info'>Analyzing results for The floor:\n\tOverall status: <b>Healthy</b></span>")
to_chat(user, "<span class='info'>Key: <font color='blue'>Suffocation</font>/<font color='green'>Toxin</font>/<font color='#FF8000'>Burn</font>/<font color='red'>Brute</font></span>")
to_chat(user, "<span class='info'>\tDamage specifics: <font color='blue'>0</font>-<font color='green'>0</font>-<font color='#FF8000'>0</font>-<font color='red'>0</font></span>")
to_chat(user, "<span class='info'>Body temperature: ???</span>")
@@ -760,4 +760,4 @@ GENE SCANNER
if(mutation in discovered)
return "[HM.name] ([HM.alias])"
else
return HM.alias
return HM.alias
+1 -1
View File
@@ -1112,7 +1112,7 @@
/obj/item/toy/clockwork_watch/examine(mob/user)
..()
to_chat(user, "<span class='info'>Station Time: [station_time_timestamp()]")
to_chat(user, "<span class='info'>Station Time: [station_time_timestamp()]</span>")
/*
* Toy Dagger
+1 -1
View File
@@ -51,7 +51,7 @@
/obj/structure/AIcore/latejoin_inactive/examine(mob/user)
. = ..()
to_chat(user, "Its transmitter seems to be <b>[active? "on" : "off"]</b>.")
to_chat(user, "<span class='notice'>You could [active? "deactivate" : "activate"] it with a multitool.")
to_chat(user, "<span class='notice'>You could [active? "deactivate" : "activate"] it with a multitool.</span>")
/obj/structure/AIcore/latejoin_inactive/proc/is_available() //If people still manage to use this feature to spawn-kill AI latejoins ahelp them.
if(!available)