Merge pull request #1357 from misol/ck_ko

CK 에디터 한국어 지원을 다듬기 위한 PR
This commit is contained in:
bnu 2015-03-30 13:07:36 +09:00
commit 42383072bb
3 changed files with 9 additions and 9 deletions

View file

@ -50,7 +50,7 @@
<!--@if($enable_component)-->
{@ $xe_component = array(); }
<!--@foreach($component_list as $component_name => $component)-->
{@ $xe_component[] = $component_name . ":'" . htmlentities($component->title, ENT_QUOTES) . "'"; }
{@ $xe_component[] = $component_name . ":'" . htmlentities($component->title, ENT_QUOTES, 'UTF-8') . "'"; }
<!--@endforeach-->
{@ $xe_component = implode(',', $xe_component); }