From: Aryeh Gregor Date: Mon, 16 Mar 2009 00:36:17 +0000 (+0000) Subject: Remove more "?>" X-Git-Tag: 1.31.0-rc.0~42479 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=c6be9caca9efc9e5607b44ad8f9eb6363f055dc1;p=lhc%2Fweb%2Fwiklou.git Remove more "?>" --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 2474495c19..ce350565ae 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1527,7 +1527,7 @@ class OutputPage { if ( count( $this->mKeywords ) > 0 ) { $strip = array( - "/<.*?>/" => '', + "/<.*?" . ">/" => '', "/_/" => ' ' ); $this->addMeta( 'keywords', preg_replace(array_keys($strip), array_values($strip),implode( ",", $this->mKeywords ) ) );