remove </center><p>
2001-01-09 Radek Doulik <rodo@helixcode.com> * mail-format.c (write_headers): remove </center><p> svn path=/trunk/; revision=7315
This commit is contained in:
committed by
Radek Doulik
parent
dc5ef3b9a4
commit
28a13853eb
@ -1,3 +1,7 @@
|
||||
2001-01-09 Radek Doulik <rodo@helixcode.com>
|
||||
|
||||
* mail-format.c (write_headers): remove </center><p>
|
||||
|
||||
2001-01-09 Jeffrey Stedfast <fejj@helixcode.com>
|
||||
|
||||
* mail-accounts.c (mail_default): Write the config data and reload
|
||||
|
||||
@ -636,7 +636,7 @@ write_headers (CamelMimeMessage *message, MailDisplay *md)
|
||||
TRUE, md->html, md->stream);
|
||||
|
||||
mail_html_write (md->html, md->stream,
|
||||
"</table></td></tr></table></td></tr></table></font></center><p>");
|
||||
"</table></td></tr></table></td></tr></table></font>");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user