German localisation updates, patch by ray.
[lhc/web/wiklou.git] / includes / PageQueryPage.php
index 5b82ebf..c4d90b3 100644 (file)
@@ -3,7 +3,6 @@
 /**
  * Variant of QueryPage which formats the result as a simple link to the page
  *
- * @package MediaWiki
  * @addtogroup SpecialPage
  */
 class PageQueryPage extends QueryPage {
@@ -22,5 +21,3 @@ class PageQueryPage extends QueryPage {
                        htmlspecialchars( $wgContLang->convert( $title->getPrefixedText() ) ) );
        }
 }
-
-?>