mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Fix missing closing HTML tags in messages.
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
below = LA
|
||||
|
||||
if(!above && !below)
|
||||
to_chat(user, "<span class='notice'>\The [src] is ready to be connected to from above or below.")
|
||||
to_chat(user, "<span class='notice'>\The [src] is ready to be connected to from above or below.</span>")
|
||||
return
|
||||
|
||||
// Construct them from bottom to top, because they initialize from top to bottom.
|
||||
|
||||
Reference in New Issue
Block a user