From dc43b9a912d47749df1b711806e559a523fee139 Mon Sep 17 00:00:00 2001 From: Jacob Pewitt Date: Fri, 4 Mar 2016 16:45:38 -0500 Subject: [PATCH] Fixed a typo in the example It said type = text instead of type = html --- content/docs/api/db/types/html/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/db/types/html/contents.lr b/content/docs/api/db/types/html/contents.lr index 27405a57..e08b017a 100644 --- a/content/docs/api/db/types/html/contents.lr +++ b/content/docs/api/db/types/html/contents.lr @@ -17,7 +17,7 @@ It renders as a multi-line input field in the admin interface. [fields.tracking_code] label = Tracking Code description = raw HTML that is inserted for ad tracking purposes. -type = text +type = html ``` ## Template Usage