Double quotation mark to single quotation mark

This commit is contained in:
MinSoo Kim 2015-03-30 11:45:04 +09:00
parent beaa56f2b2
commit 1f88dbecae

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, "UTF-8") . "'"; }
{@ $xe_component[] = $component_name . ":'" . htmlentities($component->title, ENT_QUOTES, 'UTF-8') . "'"; }
<!--@endforeach-->
{@ $xe_component = implode(',', $xe_component); }