With the chatbox enabled, my page has the following <link> tags that are opened and not closed.
Code:
<link rel="stylesheet" href="clientscript/mgc_cb_evo/yui/container/assets/skins/sam/container.css" type="text/css">
<link rel="stylesheet" href="clientscript/mgc_cb_evo/yui/button/assets/skins/sam/button.css" type="text/css">
<link rel="stylesheet" href="clientscript/mgc_cb_evo/widget-skin.css" type="text/css">
<link rel="stylesheet" href="clientscript/mgc_cb_evo/chatbox_tabs.css" type="text/css">
I'd like to add a /> to them so the page would be valid but can't figure out where.