From ff15e869955ac4fe89f85a22044d3e961a8eaf05 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 2 Apr 2007 02:58:57 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@868 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/naver_map/naver_map.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/components/naver_map/naver_map.class.php b/modules/editor/components/naver_map/naver_map.class.php index 1e74b9eb2..7fc665613 100644 --- a/modules/editor/components/naver_map/naver_map.class.php +++ b/modules/editor/components/naver_map/naver_map.class.php @@ -103,7 +103,7 @@ $marker = $xml_obj->attrs->marker; $width = $xml_obj->attrs->width; $height = $xml_obj->attrs->height; - $body_code = sprintf('
', $width, $height, Context::getRequestUri(), $width, $height, $x, $y, $marker, $width, $height); + $body_code = sprintf('
', $width, $height, Context::getRequestUri(), $width, $height, $x, $y, $marker, $width, $height); return $body_code; }