Use php:functionString() in the stylesheets where appropriate
authorAntonio Ospite <ao2@ao2.it>
Mon, 23 May 2016 13:28:07 +0000 (15:28 +0200)
committerAntonio Ospite <ao2@ao2.it>
Mon, 23 May 2016 13:28:07 +0000 (15:28 +0200)
Instead of converting to string in XSL and then calling php:function(),
use directly php:functionString() when calling PHP functions which
actually expect a string argument.

Besides possible performance improvements, this is done mainly for
readability.


No differences found