![Picture of Flip Picture of Flip](/graphics/unknown.gif)
Flip - 2011-11-19 15:34:42
Hi,
I think i found a bug in prefilter.form.php
as you make your template like this:
{label for="email"}{input name="email"}
An error occurs. You should put at least a space like this for work-around:
{label for="email"} {input name="email"}
Best would be if the preg_replace is modified to handle this situation.
More info: http://www.smarty.net/forums/viewtopic.php?p=76415