removed tabs. fixed indentiation.

This commit is contained in:
messju
2003-12-19 17:18:56 +00:00
parent 6711d0cebf
commit f6bb3389f6
16 changed files with 243 additions and 243 deletions

View File

@@ -19,7 +19,7 @@
*/
function smarty_modifier_lower($string)
{
return strtolower($string);
return strtolower($string);
}
?>