Alternative copytext, safe for html entities

This commit is contained in:
volas
2015-04-19 00:43:44 +03:00
parent dbd239f4ec
commit 7dedbc6d78
2 changed files with 7 additions and 3 deletions

View File

@@ -304,7 +304,7 @@
if(lentext(msg) <= 40)
return "\blue [msg]"
else
return "\blue [copytext(msg, 1, 37)]... <a href='byond://?src=\ref[src];flavor_more=1'>More...</a>"
return "\blue [copytext_preserve_html(msg, 1, 37)]... <a href='byond://?src=\ref[src];flavor_more=1'>More...</a>"
/*
/mob/verb/help()