Home » HTML » HTML_Template_Flexy » Bug #4330
Placeholder in HTML tags result in syntax error
Details
| Submitted | 2005-05-11 22:04 UTC |
|---|---|
| From | timo at hhesse dot de |
| Status | Wont fix |
| Package | HTML_Template_Flexy |
| PHP Version | 5.0.3 |
| OS | Win |
| 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>.......