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

Now throws PHPTal_TemplateException when using metal:define-macro & metal:use-macro #3

Closed cwisefool closed 12 years ago

cwisefool commented 12 years ago

Now throws PHPTal_TemplateException for error thrown when simultaneously using metal:define-macro and metal:use-macro for the same macro. (Passes line # and file of error location so the exception will show these)

kornelski commented 12 years ago

Thanks, now it's a solid fix!