[512] The great \ref purge (#31824)

* The great \ref purge

* cleanup
This commit is contained in:
Emmett Gaines
2017-10-28 17:20:04 -04:00
committed by ninjanomnom
parent 83e177e43c
commit 825ab4def4
226 changed files with 2099 additions and 2077 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/datum/admins/proc/create_panel_helper(template)
var/final_html = replacetext(template, "/* ref src */", "\ref[src];[HrefToken()]")
var/final_html = replacetext(template, "/* ref src */", "[REF(src)];[HrefToken()]")
final_html = replacetext(final_html,"/* hreftokenfield */","[HrefTokenFormField()]")
return final_html