added: to htmlfilter: html "col" tag is a 'simple' tag

added: ezc functions: winix_function_param_value_is and winix_function_param_value_is_not
       they take two arguments: param_name and param_value



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@780 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-12-04 19:34:39 +00:00
parent dce68221ad
commit d135c31ca0
5 changed files with 55 additions and 33 deletions

View File

@@ -1202,6 +1202,7 @@ void HTMLFilter::CheckExceptions()
IsLastTag(L"img") ||
IsLastTag(L"link") ||
IsLastTag(L"param") ||
IsLastTag(L"col") ||
IsLastTag(L"area") )
{
LastItem().type = Item::simple;