View Issue Details

IDProjectCategoryView StatusLast Update
0003248OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reportersbeiser 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.2 revision 38481 
Target VersionFixed in Version4.7.1 / 5.0.1 revision 52468 
Summary0003248: input and img tags aren't closed in some functions and templates
DescriptionI use HTML Validator 0.9.1.0 (it's a firefox plugin) for validation of XHTML markup.

That the XHTML markup is valid, i must always fix some core php functions. That means to close input fields with "/" at the end.

core/oxlang.php => getFormLang() => line 978
core/oxsession.php => hiddenSid() => line 599 and 600
smarty/plugins/function.oxstyle.php => line 61

There are also in some other smarty templates img tags and in forms, input and tags that aren't closed.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-11-19 16:15

reporter   ~0007905

fixed