SPANCLASSES!!!!!

This commit is contained in:
Firecage
2014-08-26 09:52:13 +02:00
parent a64217bafb
commit 6c7af5eb32
244 changed files with 1337 additions and 1336 deletions
@@ -66,7 +66,7 @@
/datum/SDQL_parser/proc/parse_error(error_message)
error = 1
usr << "\red SQDL2 Parsing Error: [error_message]"
usr << "<span class='danger'>SQDL2 Parsing Error: [error_message]</span>"
return query.len + 1
/datum/SDQL_parser/proc/parse()