Merge "Improve description of paths/urls in the INSTALL file."
[lhc/web/wiklou.git] / includes / specials / SpecialUncategorizedcategories.php
index d2d91bd..54b20dd 100644 (file)
@@ -43,5 +43,5 @@ class UncategorizedCategoriesPage extends UncategorizedPagesPage {
                $text = $title->getText();
 
                return Linker::linkKnown( $title, htmlspecialchars( $text ) );
-        }
+       }
 }