PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Template_Flexy » Bug #4330

Placeholder in HTML tags result in syntax error

Details

Submitted2005-05-11 22:04 UTC
Fromtimo at hhesse dot de
StatusWont fix
PackageHTML_Template_Flexy
PHP Version5.0.3
OSWin
Roadmaps(Not assigned)

Comments

[2005-05-11 22:04 UTC] timo at hhesse dot de

Description:
------------
When I put a placeholder inside a html tag and this placeholder is not nested into any attribute or something it results in a flexy syntax error warning.

Reproduce code:
---------------
>>> Template code

<form method="post" name="test" {placeholder}>
<input type="submit" value="send">
</form>

Actual result:
--------------
error:HTML_Template_Flexy::Syntax error in ". "Template line:19

...

<form method="post" name="test" {placeholder}>
<input type="submit" value="send">
</form>.......