diff --git a/modules/editor/components/naver_map/naver_map.class.php b/modules/editor/components/naver_map/naver_map.class.php index dd43eacc5..472d43358 100644 --- a/modules/editor/components/naver_map/naver_map.class.php +++ b/modules/editor/components/naver_map/naver_map.class.php @@ -12,7 +12,7 @@ var $component_path = ''; // 네이버맵 openapi 키 값 - var $open_api_key = 'fb697bbfd01b42ab26db22162e166842'; + var $open_api_key = '22b1f5391a6970e03935444897334066'; /** * @brief upload_target_srl과 컴포넌트의 경로를 받음 @@ -98,7 +98,7 @@ $height = $xml_obj->attrs->height; $id = "navermap".rand(11111111,99999999); - $body_code = sprintf('
%s', $id, $width, $height,"\n"); + $body_code .= sprintf('
%s', $id, $width, $height,"\n"); $footer_code = sprintf( '