]> git.mxchange.org Git - friendica.git/commit
template processor: trim strings in {{ if str!=str }}, add 'debug' tag:
authorFabrixxm <fabrix.xm@gmail.com>
Fri, 10 Aug 2012 08:55:51 +0000 (04:55 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Fri, 10 Aug 2012 08:55:51 +0000 (04:55 -0400)
commitdbbf5b86a2ebfe862d4d833be41997d8b596f260
tree3afa2d97a6fa5b87c6c5e6fbfd293036d97c887b
parent0f15c117ee97757a58cd10e62376a429306516c5
template processor: trim strings in {{ if str!=str }}, add 'debug' tag:

    {{ debug $var [$var1 [$var2 [...]]] }}{{ enddebug }}

is replaced by

    <pre>var_export($var1)\nvar_export($var2)\n....</pre>
include/template_processor.php