#1087 에디터 확장 컴포넌트 이름에 홑따옴표가 있을 때 문제 수정

This commit is contained in:
bnu 2015-03-11 15:34:42 +09:00
parent 89fa0e9ecf
commit e2ce6ff901

View file

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