added: new ezc filter: fil_new_line_to_br

added: PutChar() methods to HtmlTextFilter and TexTextFilter



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@885 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-09-11 21:41:10 +00:00
parent d8260d8383
commit 14ae19143f
7 changed files with 62 additions and 12 deletions

View File

@@ -238,7 +238,7 @@ void Templates::CreateFunctions()
ezc_functions.Insert("env_user_tab_id", env_user_tab_id);
ezc_functions.Insert("env_user_tab_name", env_user_tab_name);
ezc_functions.Insert("env_user_tab_is_current", env_user_tab_is_current);
ezc_functions.Insert("fil_csv_escape", fil_csv_escape);
/*
filters
@@ -249,6 +249,8 @@ void Templates::CreateFunctions()
ezc_functions.Insert("fil_tosmall", fil_tosmall);
ezc_functions.Insert("fil_firstup", fil_firstup);
ezc_functions.Insert("fil_first_wordup", fil_first_wordup);
ezc_functions.Insert("fil_csv_escape", fil_csv_escape);
ezc_functions.Insert("fil_new_line_to_br", fil_new_line_to_br);
/*