diff --git a/adm/shop_admin/categoryform.php b/adm/shop_admin/categoryform.php index b45deed08..f74c674d4 100644 --- a/adm/shop_admin/categoryform.php +++ b/adm/shop_admin/categoryform.php @@ -378,28 +378,28 @@ else { 상단내용 - + 하단내용 - + 모바일 상단내용 - + 모바일 하단내용 - + diff --git a/adm/shop_admin/itemform.php b/adm/shop_admin/itemform.php index cc40dadf5..2adb8bd11 100644 --- a/adm/shop_admin/itemform.php +++ b/adm/shop_admin/itemform.php @@ -440,11 +440,11 @@ if(!sql_query(" select it_skin from {$g5['g5_shop_item_table']} limit 1", false) 상품설명 - + 모바일 상품설명 - + @@ -1578,7 +1578,7 @@ $(function(){ 상품상단내용 - + @@ -1588,7 +1588,7 @@ $(function(){ 상품하단내용 - + @@ -1598,7 +1598,7 @@ $(function(){ 모바일 상품상단내용 - + @@ -1608,7 +1608,7 @@ $(function(){ 모바일 상품하단내용 - + diff --git a/mobile/shop/itemqaform.php b/mobile/shop/itemqaform.php index 6552fe5d1..299ae1006 100644 --- a/mobile/shop/itemqaform.php +++ b/mobile/shop/itemqaform.php @@ -47,7 +47,7 @@ $is_dhtml_editor = false; if ($config['cf_editor'] && (!is_mobile() || defined('G5_IS_MOBILE_DHTML_USE') && G5_IS_MOBILE_DHTML_USE)) { $is_dhtml_editor = true; } -$editor_html = editor_html('iq_question', get_text($qa['iq_question'], 0), $is_dhtml_editor); +$editor_html = editor_html('iq_question', get_text(html_purifier($qa['iq_question']), 0), $is_dhtml_editor); $editor_js = ''; $editor_js .= get_editor_js('iq_question', $is_dhtml_editor); $editor_js .= chk_editor_js('iq_question', $is_dhtml_editor); diff --git a/mobile/shop/itemuseform.php b/mobile/shop/itemuseform.php index ffdda752a..a8b60e83b 100644 --- a/mobile/shop/itemuseform.php +++ b/mobile/shop/itemuseform.php @@ -42,7 +42,7 @@ $is_dhtml_editor = false; if ($config['cf_editor'] && (!is_mobile() || defined('G5_IS_MOBILE_DHTML_USE') && G5_IS_MOBILE_DHTML_USE)) { $is_dhtml_editor = true; } -$editor_html = editor_html('is_content', get_text($use['is_content'], 0), $is_dhtml_editor); +$editor_html = editor_html('is_content', get_text(html_purifier($use['is_content']), 0), $is_dhtml_editor); $editor_js = ''; $editor_js .= get_editor_js('is_content', $is_dhtml_editor); $editor_js .= chk_editor_js('is_content', $is_dhtml_editor);