diff --git a/Template/Tag/CustomHtmlTag.php b/Template/Tag/CustomHtmlTag.php
index 7ec1c6a42..12d291069 100644
--- a/Template/Tag/CustomHtmlTag.php
+++ b/Template/Tag/CustomHtmlTag.php
@@ -46,6 +46,7 @@ public function getParameters()
['', '']
);
$field->validators[] = new NotEmpty();
+ $field->uiControlAttributes = ['spellcheck' => 'false'];
}),
$this->makeSetting('htmlPosition', 'bodyEnd', FieldConfig::TYPE_STRING, function (FieldConfig $field) {
$field->title = Piwik::translate('TagManager_CustomHtmlHtmlPositionTitle');