View Issue Details

IDProjectCategoryView StatusLast Update
0005604OXID eShop (all versions)2. ----- eShop backend (admin) -----public2024-01-17 08:00
Reportermartinwegele Assigned To 
PrioritynormalSeveritytextReproducibilityalways
Status confirmedResolutionopen 
Product Version4.8.1 / 5.1.1 
Summary0005604: wrong markup in admin's start.tpl
DescriptionFirst of all according to the W3 application\views\admin\tpl\start.tpl should use the frameset Doctype: http://www.w3.org/TR/html4/struct/global.html#h-7.2
Then there are some unmasked ampersands in the src attributes:
http://shop/admin/index.php?editlanguage=0&force_admin_sid=[removed]&stoken=[removed]&&cl=navigation&item=header.tpl

Also the script element can only appear within the head or the body element of a document not in between: http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.1
And last but not least the html-part is closed before the frameset-part which is wrong: http://www.w3.org/TR/html4/struct/global.html#h-7.1
TagsNo tags attached.
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

martinwegele

2014-01-15 11:24

reporter   ~0009421

Some of the above mentioned issues also appear in /application/views/admin/tpl/nav_frame.tpl.