From 7cf8d5d2d32943b76e4b643b399e304bf43d265a Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 25 Oct 2010 18:00:23 +0000 Subject: [PATCH] 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 --- core/htmlfilter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/htmlfilter.cpp b/core/htmlfilter.cpp index 5627069..49f508a 100755 --- a/core/htmlfilter.cpp +++ b/core/htmlfilter.cpp @@ -1025,6 +1025,7 @@ void HTMLFilter::CheckExceptions() IsLastTag("hr") || IsLastTag("img") || IsLastTag("link") || + IsLastTag("param") || IsLastTag("area") ) { LastItem().type = Item::simple;