commented some method calls to html_filter

This commit is contained in:
2021-07-26 03:54:02 +02:00
parent f861c0761e
commit 22134b6cc0
2 changed files with 4 additions and 4 deletions

View File

@@ -601,9 +601,9 @@ void Functions::ReadItemUrlSubject(Item & item, Item::Type item_type)
void Functions::ReadItemFilterHtml(Item & item)
{
html_filter.BreakWord(0);
//html_filter.BreakWord(0);
html_filter.WrapLine(0);
html_filter.TrimWhite(false);
//html_filter.TrimWhite(false);
html_filter.InsertTabs(0);
html_filter.SafeMode(true);
html_filter.ClearOrphans();