phptal / PHPTAL

PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages
http://phptal.org
GNU Lesser General Public License v2.1
175 stars 43 forks source link

PHPTAL 1.2.3 removes `col` elements #26

Closed xorock closed 10 years ago

xorock commented 10 years ago

I've just noticed that latest version of PHPTAL is removing col from within colgroup element.

<colgroup>
<col class="col1" />
<col class="col2" />
<col class="col3" />
</colgroup>

As a result empty <colgroup/> is produced. That worked fine under 1.2.2.

kornelski commented 10 years ago

Thanks, this has been fixed