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 #6799

overzealous quoting of strings

Details

Request #6799overzealous quoting of strings
Submitted2006-02-16 17:36 UTC
Fromdev at webzone dot it
StatusVerified
PackageHTML_Template_Flexy
PHP VersionIrrelevant
OSfedora 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..