added: htmltextstream escapes more characters now:

added characters:
          "  -> &#quot;
          '  -> ' (' but IE8 has a problem with ')
          10 -> 

          13 -> 
added: two ezc filters:
       fil_html_quote
          "  -> &#quot;
          '  -> ' (' but IE8 has a problem with ')
       fil_html_newline
          10 -> 

          13 -> 
changed: fun_subject.html uses <div class="winix_input_a"> now





git-svn-id: svn://ttmath.org/publicrep/winix/trunk@959 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2014-09-22 23:54:24 +00:00
parent bfa5d8cc05
commit f064ff6b3d
8 changed files with 68 additions and 7 deletions

View File

@@ -191,6 +191,8 @@ namespace TemplatesFunctions
void fil_first_wordup(Info & i);
void fil_csv_escape(Info & i);
void fil_new_line_to_br(Info & i);
void fil_html_quote(Info & i);
void fil_html_newline(Info & i);
/*