Closed
Bug 140354
Opened 23 years ago
Closed 23 years ago
edit attachment as comment displays pre- and post- html tags
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: myk, Assigned: myk)
Details
Attachments
(1 file)
1.03 KB,
patch
|
gerv
:
review+
gerv
:
review+
|
Details | Diff | Splinter Review |
Edit attachment is comment is displaying pre- and post- html tags (
<HTML><BODY>... and </BODY></HTML>) because the tag case has changed, and the
regexp that matches and removes that stuff is not case-insensitive. It should
be case-insensitive.
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
2.16 in case anyone has spare time
Target Milestone: --- → Bugzilla 2.16
Comment 3•23 years ago
|
||
Comment on attachment 81174 [details] [diff] [review]
patch v1: fixes problem
2xr=gerv; trivial, can't possibly break anything. :-)
Gerv
Attachment #81174 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
Checking in template/en/default/attachment/edit.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/attachment/edit.html.tmpl,v
<-- edit.html.tmpl
new revision: 1.4; previous revision: 1.3
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Component: Creating/Changing Bugs → attachment and request management
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•