Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
git-svn-id: http://smarty-php.googlecode.com/svn/trunk@4547 9dce5a81-9a42-0410-99e4-3799d3902e7f
  • Loading branch information
rodneyrehm committed Feb 6, 2012
1 parent f633b6e commit d458d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/libs/plugins/outputfilter.trimwhitespace.php
Expand Up @@ -15,6 +15,7 @@
* @param string $source input string * @param string $source input string
* @param Smarty_Internal_Template $smarty Smarty object * @param Smarty_Internal_Template $smarty Smarty object
* @return string filtered output * @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) function smarty_outputfilter_trimwhitespace($source, Smarty_Internal_Template $smarty)
{ {
Expand Down

0 comments on commit d458d9a

Please sign in to comment.