Non-code .dm files with escapes

This commit is contained in:
GinjaNinja32
2015-05-30 14:12:26 +01:00
parent dfd871f168
commit 73a746e455
2 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
return
src << link(config.wikiurl)
else
src << "\red The wiki URL is not set in the server configuration."
src << "<span class='warning'>The wiki URL is not set in the server configuration.</span>"
return
/client/verb/forum()
@@ -20,7 +20,7 @@
return
src << link(config.forumurl)
else
src << "\red The forum URL is not set in the server configuration."
src << "<span class='warning'>The forum URL is not set in the server configuration.</span>"
return
#define RULES_FILE "config/rules.html"