Closed
Bug 652389
Opened 14 years ago
Closed 14 years ago
Corrupted HTML with "New to Bugzilla" indication
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: matt, Assigned: glob)
References
Details
Attachments
(1 file)
1.04 KB,
patch
|
Details | Diff | Splinter Review |
Since the upgrade to Bugzilla 4.0, I notice "New to Bugzilla" indications next to users' names on some comments. I happened to do a view source on that part of the page and noticed corrupted HTML:
<span class="bz_comment_user"><span class="vcard"><a class="email" href="mailto:john@johndoe.com" title="John Doe <john@johndoe.com>"> <span class="fn">John Doe</span></a>
</span><span
class="new_user"
comments,
created 100 days ago."
#%]
title="2 comments, created more than a year ago."
>
(New to Bugzilla)
</span>
</span>
Maybe some detritus was left when editing the template?
Comment 1•14 years ago
|
||
Good spot :-)
http://bzr.mozilla.org/bmo/4.0/annotate/head:/extensions/TagNewUsers/template/en/default/hook/bug/comments-user.html.tmpl#L26
Blocks: 648948
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.0/
modified extensions/TagNewUsers/template/en/default/hook/bug/comments-user.html.tmpl
Committed revision 7609.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•