Template file \applications\core\dev\html\global\forms\editorAttachmentsPlaceholder.phtml on line 20 is missing a closing </LI> tag:
<ul class='ipsMenu ipsMenu_auto ipsHide' id='elEditorAttach_media{expression="md5($name)"}_menu'> <li class='ipsMenu_item'><a href='#' data-ipsDialog data-ipsDialog-fixed data-ipsDialog-forceReload data-ipsDialog-title='{lang="editor_insert_existing_file"}' data-ipsDialog-url="{url="app=core&module=system&controller=editor&do=myMedia&postKey={$editor}&editorId={$name}" csrf="1"}">{lang="editor_insert_existing_file"}</a> </ul>
The ipsMenu_item LI tag is missing the closing </LI> tag at the end.
Recommended Comments