commented some method calls to html_filter
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user