From de2a43eb433511dcc6ee94a31cfba175c4875a98 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 28 Jan 2008 02:49:05 +0000 Subject: [PATCH] =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=EC=9D=B4=20?= =?UTF-8?q?=EC=97=86=EC=9D=84=EB=95=8C=20=EA=B3=B5=EC=9A=A9=20=ED=8C=9D?= =?UTF-8?q?=EC=97=85=20=EB=A9=94=EB=89=B4=EC=9D=98=20=EA=B0=84=EA=B2=A9?= =?UTF-8?q?=EC=9D=B4=20=EB=B2=8C=EC=96=B4=EC=A7=80=EB=8A=94=20=EA=B2=83?= =?UTF-8?q?=EC=9D=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3602 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/common.js b/common/js/common.js index 91b8190c9..9ca8bdede 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -597,7 +597,7 @@ function displayPopupMenu(ret_obj, response_tags, params) { if(!str || !func) continue; if(icon) html += "
"+str+"
"; - else html += "
"+str+"

"; + else html += "
"+str+"
"; } } loaded_popup_menu_list[menu_id] = html;