diff --git a/AvocadoAmber/plugin/editor/smarteditor2/editor.lib.php b/AvocadoAmber/plugin/editor/smarteditor2/editor.lib.php index 0d9f61e..483366f 100644 --- a/AvocadoAmber/plugin/editor/smarteditor2/editor.lib.php +++ b/AvocadoAmber/plugin/editor/smarteditor2/editor.lib.php @@ -71,7 +71,10 @@ function editor_html($id, $content, $is_dhtml_editor = true) } $smarteditor_class = $is_dhtml_editor ? "smarteditor2" : ""; - $html .= "\n"; + if (!isset($is_admin)) { + $maxlength = "maxlength=\"65536\" "; + } + $html .= "\n"; $html .= "\n웹 에디터 끝"; return $html; }