From c6be9caca9efc9e5607b44ad8f9eb6363f055dc1 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 16 Mar 2009 00:36:17 +0000 Subject: [PATCH] Remove more "?>" --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) ); -- 2.20.1