HTMLFilter has been moved to pikotools library

This commit is contained in:
2021-07-17 13:42:04 +02:00
parent c5c02d7f44
commit 17bd48ece3
6 changed files with 7 additions and 2089 deletions

View File

@@ -50,7 +50,7 @@
#include "core/cur.h"
#include "core/system.h"
#include "core/sessionmanager.h"
#include "core/htmlfilter.h"
#include "html/htmlfilter.h"
#include "db/db.h"
#include "core/winixrequest.h"
@@ -79,7 +79,7 @@ namespace TemplatesFunctions
extern Locale locale;
extern EzcFun ezc_functions;
extern LocaleFilter locale_filter;
extern HTMLFilter html_filter;
extern pt::HTMLFilter html_filter;
extern Ezc::Stack empty_stack;
extern Db * db;