This commit is contained in:
rodneyrehm
2012-02-06 20:17:49 +00:00
parent b9bae74db6
commit 8f805ca871

View File

@@ -15,6 +15,7 @@
* @param string $source input string
* @param Smarty_Internal_Template $smarty Smarty object
* @return string filtered output
* @todo substr_replace() is not overloaded by mbstring.func_overload - so this function might fail!
*/
function smarty_outputfilter_trimwhitespace($source, Smarty_Internal_Template $smarty)
{