diff --git a/main/inc/lib/formvalidator/Element/html_editor.php b/main/inc/lib/formvalidator/Element/html_editor.php index 065dc0478a..046e7f95e6 100644 --- a/main/inc/lib/formvalidator/Element/html_editor.php +++ b/main/inc/lib/formvalidator/Element/html_editor.php @@ -1,5 +1,5 @@ CreateHtml(); - - $result .= ''.get_lang('AllowedHTMLTags').''; + //Add a link to open the allowed html tags window + //$result .= ''.get_lang('AllowedHTMLTags').''; return $result; } }