mdsupport wrote on Tuesday, May 31, 2016:
Following line in function display_layout_tabs generates a curious < a > tag id attribute because of a bug(?)
id="header_tab_<?php echo ".htmlspecialchars($group_name,ENT_QUOTES)."?>"
The code also seems to rely on inserting raw html code instead of echo/print by other assets in codebase.