added: to htmlfilter: param tag has not an ending tag

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@672 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2010-10-25 18:00:23 +00:00
parent 14198eca41
commit 7cf8d5d2d3
1 changed files with 1 additions and 0 deletions

View File

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