Closed
Bug 46788
Opened 26 years ago
Closed 26 years ago
nsMimeBaseEmitter.cpp should output correct HTML
Categories
(MailNews Core :: MIME, defect, P3)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: bugzilla, Assigned: rhp)
Details
(Whiteboard: [nsbeta3+])
Attachments
(1 file)
|
4.06 KB,
patch
|
Details | Diff | Splinter Review |
Richard, we (you) missing this file when you updated them to output correct
HTML...:)
This bug is very much like bug 46234...
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Comment 2•26 years ago
|
||
Another problem in this bug it that the output looks like this:
<table border=0 cellspacing=0 cellpadding=0 width="100%">
<table border=0 cellspacing=0 cellpadding=0 width="100%" name="header-part1">
<tr>
<td><div class="headerdisplayname" style="display:inline;">subject:</div>
jkjkjkj</td>
</tr>
</table>
</table>
which is not valid since the first table dont have any "tr" or "td".
Why is there a empty table around another table? Shouldn't it just be removed? I
think so. I cant see any reason for this empty table...
| Assignee | ||
Comment 3•26 years ago
|
||
Well, I worked on what you gave me patches for. I'll apply this one and get it
in today.
- rhp
| Assignee | ||
Comment 5•26 years ago
|
||
Henrik,
Just checked in a fix here. I'm not touching the table issue at this point in
the game. Sorry.
- rhp
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•26 years ago
|
||
Verified on 20000729
Thanx for the checkin. I've filed bug 46975 on the table output bug.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•