Code-style applied, surfbar URLs can now be edited
[mailer.git] / inc / libs / rewrite_functions.php
index 308b42da68ec462cf5ff66e39e2341c2dd36be69..22e14f9b07aadc8b27b5c7b412428c858f723dc7 100644 (file)
@@ -102,7 +102,7 @@ function REWRITE_LINKS($HTML)
        }
 
        // Replace all array elements through
-       foreach ($REPLACE['search'] as $k=>$v)
+       foreach ($REPLACE['search'] as $k => $v)
        {
                if (eregi("$v=", $test))
                {