Closed
Bug 1243693
Opened 9 years ago
Closed 9 years ago
HTML Tags are wrongly displayed in title's bar
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mail, Unassigned)
References
Details
(Keywords: in-triage, Whiteboard: [specification][type:bug])
What did you do?
================
1. I opened https://developer.mozilla.org/fr/docs/Web/HTML/Element/Input$edit
What happened?
==============
The title reads "Traduire l'article | <input> | MDN"
What should have happened?
==========================
The title reads "Traduire l'article | <input> | MDN"
Is there anything else we should know?
======================================
Comment 1•9 years ago
|
||
It looks like it's getting double-escaped. The HTML code has "&lt;input&gt;".
This happens with other HTML tag edit pages, too:
https://developer.mozilla.org/fr/docs/Web/HTML/Element/Body$edit
But it only looks like it affects the edit page--the non-edit page looks fine:
https://developer.mozilla.org/fr/docs/Web/HTML/Element/Input
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/a3b84152719792e28e5f3f97d9a3bb4a15ee95a0
Merge pull request #3927 from MatonAnthony/double-escaped-title-tag
Bug 1243693 : HTML Tags are wrongly displayed in title's bar
Comment 4•9 years ago
|
||
Fix pushed to stage and production.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 5•9 years ago
|
||
A papercut change, but it made my day. Thank you Anthony (and John).
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•