[SMARTY] Curly braces inside a function argument
"Ben Davis" <[email protected]> Tue, 21 Aug 2007 12:58:31 -0500
| Newsgroups | gmane.comp.php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_202246_28110651.1187719111805
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
How can put curly braces inside of a function argument? Is it not
possible? everything I've tried doesn't seem to work:
{myfunc test="foo {bar}"}
{myfunc test='foo {bar}'}
{myfunc test="foo {ldelim}bar{rdelim}"}
No matter what, smarty always percieves the first closing brace as the
closing brace for the function itself. Should this be considered a bug?
------=_Part_202246_28110651.1187719111805--