mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
@@ -128,7 +128,7 @@ SUBSYSTEM_DEF(vote)
|
||||
// No delay in case the restart is due to lag
|
||||
SSticker.Reboot("Restart vote successful.", "restart vote", 1)
|
||||
else
|
||||
to_chat(world, "<span style='boldannounce'>Notice:Restart vote will not restart the server automatically because there are active admins on.</span>")
|
||||
to_chat(world, span_boldannounce("Notice: Restart vote will not restart the server automatically because there are active admins on."))
|
||||
message_admins("A restart vote has passed, but there are active admins on with +server, so it has been canceled. If you wish, you may restart the server.")
|
||||
|
||||
return .
|
||||
|
||||
Reference in New Issue
Block a user