Closed
Bug 572510
Opened 16 years ago
Closed 16 years ago
User-profile pages don't validate to their doctype
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
5.11.2
People
(Reporter: stephend, Assigned: clouserw)
References
()
Details
(Whiteboard: [z])
Attachments
(1 file)
|
1.69 KB,
patch
|
jbalogh
:
review+
|
Details | Diff | Splinter Review |
| Assignee | ||
Comment 1•16 years ago
|
||
Patch should fix this. My main question is the |escape - that should be alright there, right?
Assignee: nobody → clouserw
Attachment #452060 -
Flags: review?(jbalogh)
Comment 2•16 years ago
|
||
Comment on attachment 452060 [details] [diff] [review]
validation fixes
>- {% trans url=base|urlparams(type='suggested'),
>+ {% trans url=base|urlparams(type='suggested')|escape,
Seems fine to me.
>- <p class="description" locale="{{ review.body.locale }}">
>+ <p class="description" lang="{{ review.body.locale }}">
We have {{ review.body|locale_html }} for this.
Attachment #452060 -
Flags: review?(jbalogh) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•