From 8f805ca871078971ac5b75aaf8be7092d127fb83 Mon Sep 17 00:00:00 2001 From: rodneyrehm Date: Mon, 6 Feb 2012 20:17:49 +0000 Subject: [PATCH] todo --- libs/plugins/outputfilter.trimwhitespace.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/plugins/outputfilter.trimwhitespace.php b/libs/plugins/outputfilter.trimwhitespace.php index 41828e1d..31a75557 100644 --- a/libs/plugins/outputfilter.trimwhitespace.php +++ b/libs/plugins/outputfilter.trimwhitespace.php @@ -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) {