Defect #5544
pre can't be inside p
| Status: | Closed | Start: | 2010-05-18 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Eric Davis | % Done: | 100% |
|
| Category: | UI | |||
| Target version: | 0.9.5 | |||
| Affected version: | devel | Resolution: | Fixed |
Description
The REST API key UI in the sidebar of /my/account wraps a pre block inside a p block, which doesn't seem to be allowed. Changing the p block to a div on source:trunk/app/views/my/_sidebar.rhtml#L20 fixes that and doesn't seem to affect the UI (at least not with the alternate theme).
History
Updated by Eric Davis 2 months ago
- Status changed from New to Resolved
- Assigned to changed from Jean-Philippe Lang to Eric Davis
- % Done changed from 0 to 100
- Resolution set to Fixed
Applied the patch by Holger Just in r3775. Thanks.