Closed
Bug 1008078
Opened 11 years ago
Closed 11 years ago
h2 tag is not interpreted as tag and it is displayed in the page
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1007992
People
(Reporter: viorela, Unassigned)
Details
Attachments
(2 files)
This is happening on dev, stage and production
#STR:
1. Go to https://addons.mozilla.org and login with your account
2. Go to account settings page
3. Click Update account
#Expected results:
"Profile updated" message is displayed
#Actual results
"<h2> Profile Updated </h2>" is displayed, <h2> is not interpreted as tag, but as text
This is also happening after creating a collection. See screenshots attached
I checked the page source and that piece of code looks like:
<h2>
Collection created!
</h2>
instead of <h2>Collection created!</h2>
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Summary: h2 tag is not interpreted as tag and is displayed as messages → h2 tag is not interpreted as tag and it is displayed in the page
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•9 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
•