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;