Home » HTML » HTML_Template_Flexy » Bug #6799
overzealous quoting of strings
Details
| Request #6799 | overzealous quoting of strings |
|---|---|
| Submitted | 2006-02-16 17:36 UTC |
| From | dev at webzone dot it |
| Status | Verified |
| Package | HTML_Template_Flexy |
| PHP Version | Irrelevant |
| OS | fedora 4 |
| Roadmaps | (Not assigned) |
Comments
[2006-02-16 17:36 UTC] dev at webzone dot it
Description:
------------
when i pass a string to a function in the template page
flexy compile this string added to it a slash.
Test script:
---------------
template.html
{a_function(#a string whit single quota ' etc.. #):h}
flexy compile it in..
<?php [..] echo $t->a_function("a string whit single quota \' etc.. ");?>
the result is wrong!
a string whit single quota \' etc..