Fixes <span class='class>, makes Travis check it

This commit is contained in:
GinjaNinja32
2015-07-18 21:13:32 +01:00
parent ae47726450
commit 0c1aee8074
15 changed files with 27 additions and 26 deletions

View File

@@ -159,7 +159,7 @@
precision = max(rand(1,100)*bagholding.len,100)
if(istype(teleatom, /mob/living))
var/mob/living/MM = teleatom
MM << "<span class='danger>The Bluespace interface on your [teleatom] interferes with the teleport!</span>"
MM << "<span class='danger'>The Bluespace interface on your [teleatom] interferes with the teleport!</span>"
return 1
/datum/teleport/instant/science/teleportChecks()