git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51374
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ((GetFlags() & wxRICHTEXT_HANDLER_NO_HEADER_FOOTER) == 0)
str << wxT("<html><head></head><body>\n");
if ((GetFlags() & wxRICHTEXT_HANDLER_NO_HEADER_FOOTER) == 0)
str << wxT("<html><head></head><body>\n");
- str << wxT("<table border=0 cellpadding=0 cellspacing=0><tr><td width=\"100%\">");
-
OutputFont(currentParaStyle, str);
m_font = false;
OutputFont(currentParaStyle, str);
m_font = false;
- str << wxT("</td></tr></table><p>");
-
if ((GetFlags() & wxRICHTEXT_HANDLER_NO_HEADER_FOOTER) == 0)
str << wxT("</body></html>");
if ((GetFlags() & wxRICHTEXT_HANDLER_NO_HEADER_FOOTER) == 0)
str << wxT("</body></html>");
{
if (thisStyle.HasPageBreak())
{
{
if (thisStyle.HasPageBreak())
{
- str << wxT("</tr></td></table>");
str << wxT("<div style=\"page-break-after:always\"></div>\n");
str << wxT("<div style=\"page-break-after:always\"></div>\n");
- str << wxT("<table border=0 cellpadding=0 cellspacing=0><tr><td width=\"100%\">");
}
if (thisStyle.HasLeftIndent() && thisStyle.GetLeftIndent() != 0)
}
if (thisStyle.HasLeftIndent() && thisStyle.GetLeftIndent() != 0)
if (thisStyle.HasFont())
stream << wxT("</font>");
if (thisStyle.HasFont())
stream << wxT("</font>");
- stream << wxT("</td></tr></table>\n");
+ stream << wxT("</td></tr></table></p>\n");
+ else
+ stream << wxT("</p>\n");
}
/// Closes lists to level (-1 means close all)
}
/// Closes lists to level (-1 means close all)