Closed
Bug 300048
Opened 20 years ago
Closed 17 years ago
editing an attachment as a comment adds </SPAN> to end of file
Categories
(Bugzilla :: Attachments & Requests, defect)
Bugzilla
Attachments & Requests
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: glob, Unassigned)
References
()
Details
open https://bugzilla.mozilla.org/attachment.cgi?id=188636&action=edit
note that the patch's last line is +[% INCLUDE "inc/footer.html.tmpl" %]
click on 'edit attachment as comment'
an extra line has been added, so the last two lines are now:
>+[% INCLUDE "inc/footer.html.tmpl" %]
></SPAN>
firefox used to prepend <HTML><HEAD/><BODY><PRE> and append </PRE></BODY></HTML>
now it prepends <HTML><HEAD/><BODY><PRE><SPAN> and appends
</SPAN></PRE></BODY></HTML>
see bug 86012 for the original problem; i'm hunting for the cause of the extra
<span/>
Comment 2•20 years ago
|
||
I can't reproduce this. Atleast not with Firefox 1.0.7. Did the bmo update fix this or was there a Firefox bug that was recently fixed?
Hmm, but IE 6 seems to try to download the attachment instead of display it. :(
Comment 4•19 years ago
|
||
can you still reproduce?
Comment 5•17 years ago
|
||
I also cannot reproduce comment 0 and we got no reply from glob in the last 2 years. -> WFM
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•