corrects some defs without leading slash (#21843)

This commit is contained in:
Mervill
2016-11-29 23:05:14 -08:00
committed by oranges
parent a4cbb9ded0
commit b5578df27d
38 changed files with 88 additions and 88 deletions
@@ -68,9 +68,9 @@ You have to use modules/client/asset_cache to ensure they get sent BEFORE the in
** Sample code **
mob/var/datum/html_interface/hi
/mob/var/datum/html_interface/hi
mob/verb/test()
/mob/verb/test()
if (!hi) hi = new/datum/html_interface(src, "[src.key]")
hi.updateLayout("<div id=\"content\"></div>")