added: to htmlfilter: the filter is able to recognize a special tag, default called: <nofilter>
content between <nofilter>...</nofilter> will not be filtered git-svn-id: svn://ttmath.org/publicrep/winix/trunk@955 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -749,6 +749,7 @@ using namespace TemplatesFunctions;
|
||||
html_filter.BreakWord(config->html_filter_break_word);
|
||||
html_filter.WrapLine(config->html_filter_wrap_line);
|
||||
html_filter.InsertTabs(config->html_filter_tabs);
|
||||
html_filter.SetNoFilterTag(config->html_filter_nofilter_tag);
|
||||
html_filter.ClearOrphans();
|
||||
|
||||
if( config->html_filter_orphans )
|
||||
|
Reference in New Issue
Block a user