Article validation code (tab fix)
authorMagnus Manske <magnusmanske@users.mediawiki.org>
Wed, 21 Jul 2004 20:34:27 +0000 (20:34 +0000)
committerMagnus Manske <magnusmanske@users.mediawiki.org>
Wed, 21 Jul 2004 20:34:27 +0000 (20:34 +0000)
includes/SpecialValidate.php

index 1bd180f..155376e 100644 (file)
@@ -71,7 +71,8 @@ class Validation
                if ( $article_title == "" )
                        {
                        $article_title = $_GET['article'] ;
-                       $heading = "<h1>" . $article->getPrefixedText() . "</h1>\n" ;
+#                      $heading = "<h1>" . $article->getPrefixedText() . "</h1>\n" ;
+                       $heading = "<h1>" . $article_title . "</h1>\n" ;
                        }
                else $heading = "" ;
                $article_time = "" ;