From: Coleman Watts Date: Mon, 20 Jul 2015 14:29:39 +0000 (-0400) Subject: CRM-16354 - Remove old wysiwyg reference X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8a80aaf4ccf6c930bc772b31ac36b7265b14d84c;p=civicrm-core.git CRM-16354 - Remove old wysiwyg reference --- diff --git a/templates/CRM/Case/Form/Activity.tpl b/templates/CRM/Case/Form/Activity.tpl index f463c31cb2..8e7b997f15 100644 --- a/templates/CRM/Case/Form/Activity.tpl +++ b/templates/CRM/Case/Form/Activity.tpl @@ -159,8 +159,7 @@ {ts}Notes{/ts} - {* If using plain textarea, assign class=huge to make input large enough. *} - {if $defaultWysiwygEditor eq 0}{$form.details.html|crmAddClass:huge}{else}{$form.details.html}{/if} + {$form.details.html} {/if}