diff --git a/scripts/lib/addressMaker.class.php b/scripts/lib/addressMaker.class.php index 2e797850..97cb6a6f 100644 --- a/scripts/lib/addressMaker.class.php +++ b/scripts/lib/addressMaker.class.php @@ -95,7 +95,7 @@ class addressMaker{ continue; } - if(preg_match('/^\|\|([0-9a-z\-\.]+[a-z]+)\^(\$([^=]+?,)?(image|third-party|script)(,[^=]+)?)?$/', $line, $matches)){ + if(preg_match('/^\|\|([0-9a-z\-\.]+[a-z]+)\^(\$([^=~]+?,)?(image|third-party|script)(,[^=~]+)?)?$/', $line, $matches)){ if(substr($matches[1], 0, 4) == 'www.'){ $row = substr($matches[1], 4);