<large> is not a real tag. It doesn't do anything and would cause
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Jun 2004 07:45:47 +0000 (07:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Jun 2004 07:45:47 +0000 (07:45 +0000)
XHTML 1.0 transitional validation to fail, so chucking it.
(bug #981237)

includes/EditPage.php

index 41f096e..52b027a 100644 (file)
@@ -357,8 +357,8 @@ class EditPage {
                $checkboxhtml = $minoredithtml . $watchhtml . "<br />";
 
                if ( "preview" == $formtype) {
-                       $previewhead="<h2>" . wfMsg( "preview" ) . "</h2>\n<p><large><center><font color=\"#cc0000\">" .
-                       wfMsg( "note" ) . wfMsg( "previewnote" ) . "</font></center></large></p>\n";
+                       $previewhead="<h2>" . wfMsg( "preview" ) . "</h2>\n<p><center><font color=\"#cc0000\">" .
+                       wfMsg( "note" ) . wfMsg( "previewnote" ) . "</font></center></p>\n";
                        if ( $isConflict ) {
                                $previewhead.="<h2>" . wfMsg( "previewconflict" ) .
                                  "</h2>\n";