more cssification of diff rendering, some " -> ' in diff engine
[lhc/web/wiklou.git] / includes / SpecialMovepage.php
index f3a25fe..329c0d2 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-include_once( "LinksUpdate.php" );
+require_once( "LinksUpdate.php" );
 
 function wfSpecialMovepage()
 {
@@ -61,7 +61,7 @@ class MovePageForm {
 
                if ( "" != $err ) {
                        $wgOut->setSubtitle( wfMsg( "formerror" ) );
-                       $wgOut->addHTML( "<p><font color='red' size='+1'>{$err}</font>\n" );
+                       $wgOut->addHTML( "<p class='error'>{$err}</p>\n" );
                }
                $wgOut->addHTML( "
 <form id=\"movepage\" method=\"post\" action=\"{$action}\">