feulf / raintpl3

The easiest Template Engine for PHP
https://feulf.github.io/raintpl
258 stars 57 forks source link

Parser is broken #135

Closed dhardtke closed 10 years ago

dhardtke commented 10 years ago
<meta property="og:url" content="{$URL}" />"

breaks the template.. the Parser apparently has a bug, that's the result:

<meta property="og:url" content="<?php echo ($URL}" />
dhardtke commented 10 years ago

Lol.. it's because I instantiated the Compress Plugin without setting the status array values, i.e.: $compress->configure('html', array('status'=>true));