diff options
Diffstat (limited to 'smartyplugins/modifier.quoted.php')
| -rwxr-xr-x | smartyplugins/modifier.quoted.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smartyplugins/modifier.quoted.php b/smartyplugins/modifier.quoted.php index c5dc911..a364f00 100755 --- a/smartyplugins/modifier.quoted.php +++ b/smartyplugins/modifier.quoted.php @@ -17,8 +17,8 @@ namespace Bitweaver\Plugins; */ function smarty_modifier_quoted($string) { - $string = str_replace("\n","\n>",$string); - return '>'.$string; + $string = str_replace("\n","\n>",$string); + return '>'.$string; } /* vim: set expandtab: */ |
