에디터 업로드 설정시 editor_sequence변수값 지정하는 부분의 space 입력된 부분 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6562 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-16 10:59:22 +00:00
parent c41cad4c1a
commit 7466ed9192

View file

@ -21,7 +21,7 @@
Context::addCssFile($this->module_path."tpl/css/editor.css");
// 변수 정리
$editor_sequence = Context::get('editor_sequence ');
$editor_sequence = Context::get('editor_sequence');
$component = Context::get('component');
$site_module_info = Context::get('site_module_info');