diff options
-rw-r--r-- | banner/banner.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/banner/banner.class b/banner/banner.class index b0b241a..23dbc3d 100644 --- a/banner/banner.class +++ b/banner/banner.class @@ -218,7 +218,7 @@ function render_banner($banner, $nocount = false) $pathinfo = "/c=" . $banner['campaignid'] . ":" . urlencode($banner['campaignname']) . "/b=" . $banner['bannerid'] . ":" . urlencode($banner['bannername']) . "/l=" . urlencode($l); $nocountinfo = $nocount ? "/nocount=1" : ""; - $keyword = it::replace('<country_[^>]*>' => "", '\]\[' => "", '^\[ +' => "", ' +\]$' => "", $this->p['keyword']); + $keyword = it::replace('<country_[^>]*>' => "", '\]\[' => " ", '^\[ +' => "", ' +\]$' => "", $this->p['keyword']); $vars = array( 'viewpre' => $this->p['server'] . "view.html$pathinfo$nocountinfo/img=", 'clickpre' => $this->p['server'] . "click.html$pathinfo/url=", |