Fix missing closing HTML tags in messages.

This commit is contained in:
Leshana
2017-05-20 16:05:54 -04:00
parent 408e990c13
commit be19a40248
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.