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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user