View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005604 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2014-01-15 10:49 | 2024-01-17 08:00 |
| Reporter | martinwegele | Assigned To | |||
| Priority | normal | Severity | text | Reproducibility | always |
| Status | confirmed | Resolution | open | ||
| Product Version | 4.8.1 / 5.1.1 | ||||
| Summary | 0005604: wrong markup in admin's start.tpl | ||||
| Description | First 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 | ||||
| Tags | No tags attached. | ||||
| Theme | Not defined | ||||
| Browser | All | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||