View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000557 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2009-02-03 09:21 | 2012-12-10 14:38 |
Reporter | danillo | Assigned To | |||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.1.0 revision 17976 | ||||
Summary | 0000557: Invalide HTML | ||||
Description | In _header.tpl and _header_plain.tpl, if $oxcmp_lang item is emmpty, <html [{foreach from = $oxcmp_lang item = _language}][{if $_language->selected}]lang="[{ $_language->abbr }]"[{/if}][{/foreach}]> generates <html > instead of <html> | ||||
Additional Information | changed <html [{foreach from = $oxcmp_lang item = _language}][{if $_language->selected}]lang="[{ $_language->abbr }]"[{/if}][{/foreach}]> to <html[{foreach from = $oxcmp_lang item = _language}][{if $_language->selected}] lang="[{ $_language->abbr }]"[{/if}][{/foreach}]> | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Reminder sent to: danillo Hi, We have checked (with "tidy") and this not shows the error about invalid HTML. Can you please write us what tool you are using for validating HTML ? Best regards, Dainius Bigelis |
|
I did not use any validator. May it's valide as well but it looks strange. |
|
Remove the space after "<html ". Also please improve this place to use getter. |