diff --git a/includes/OutputPage.php b/includes/OutputPage.php index baa37246686..6cf581d4bbe 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -794,8 +794,8 @@ class OutputPage { if ( count( $this->mKeywords ) > 0 ) { $strip = array( - "/<.*?" . ">/" => '', - "/[_]/" => ' ' + "/<.*?>/" => '', + "/_/" => ' ' ); $ret .= "mKeywords ))) . "\" />\n";