View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001222 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2009-08-20 07:14 | 2012-12-10 14:38 |
| Reporter | csimon | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Summary | 0001222: $shop->hiddensid generates invalid html | ||||
| Description | hi, the attribute $shop->hiddensid generates a html hidden field like this: <input name="force_sid" type="hidden" value="sid"> in order to be valid, it has to look like this: <input name="force_sid" type="hidden" value="sid" /> if you want valid xhtml, this is a blocker and it can't be solved by writing a module, because oxSession isn't extendable by modules. The method oxSession->getHiddenSid() shouldn't create HTML Strings at all, because all display stuff should be done in templates, not in core classes. | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
|
|
Reminder sent to: csimon Hi, Shop generates input fields in HTML. Thus it cannot be valid XML code. We thinking about additional option in the admin, which would define, what type - HTML or XML - these fields should be generated. Such request is included in the ToDo list and will be considered later. Thus the bug entry here is closed. Thank you for your input. |