cc3bb4c7a8869753680d18b49bc228e002ab1cd6 markd Mon May 14 15:39:40 2012 -0700 use blobs rather than varchar for html details, add to valid tags diff --git src/hg/lib/itemDetailsHtml.as src/hg/lib/itemDetailsHtml.as index 9a6fc6f..a15aa34 100644 --- src/hg/lib/itemDetailsHtml.as +++ src/hg/lib/itemDetailsHtml.as @@ -1,6 +1,6 @@ table itemDetailsHtml "table that allows adding html to details page for various items" ( string name; "Name of item" - string html; "HTML fragment to include" + lstring html; "HTML fragment to include" )