mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
#1087 에디터 확장 컴포넌트 이름에 홑따옴표가 있을 때 문제 수정
This commit is contained in:
parent
89fa0e9ecf
commit
e2ce6ff901
1 changed files with 1 additions and 1 deletions
|
|
@ -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); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue