From 31c5eebda089867d61546106b36ca20b21a00026 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Wed, 26 Jul 2017 11:20:00 +0100 Subject: [PATCH] FIX Avoid JS errors for HTMLEditorFields in small holders --- templates/forms/HtmlEditorField_holder_small.ss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/forms/HtmlEditorField_holder_small.ss diff --git a/templates/forms/HtmlEditorField_holder_small.ss b/templates/forms/HtmlEditorField_holder_small.ss new file mode 100644 index 000000000..21eec8dc5 --- /dev/null +++ b/templates/forms/HtmlEditorField_holder_small.ss @@ -0,0 +1,5 @@ +
+ <% if $Title %><% end_if %> + $Field + <% if $RightTitle %><% end_if %> +