(bug 1023) More updates (XHTML-correctness)
authorJimmy Collins <collinj@users.mediawiki.org>
Sun, 2 Jul 2006 21:21:11 +0000 (21:21 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Sun, 2 Jul 2006 21:21:11 +0000 (21:21 +0000)
config/index.php
includes/SpecialPreferences.php
includes/SpecialRecentchanges.php
math/texvc_cgi.ml

index 3149f03..fef48ef 100644 (file)
@@ -903,7 +903,7 @@ if( count( $errs ) ) {
                ?>
        </div>
        <p class="config-desc">
-               Preferably a short word without punctuation, i.e. "Wikipedia".<br>
+               Preferably a short word without punctuation, i.e. "Wikipedia".<br />
                Will appear as the namespace name for "meta" pages, and throughout the interface.
        </p>
 
@@ -973,7 +973,7 @@ if( count( $errs ) ) {
                <?php aField( $conf, "SysopPass2", "Password confirm:", "password" ) ?>
        </div>
        <p class="config-desc">
-               An admin can lock/delete pages, block users from editing, and other maintenance tasks.<br>
+               An admin can lock/delete pages, block users from editing, and other maintenance tasks.<br />
                A new account will be added only when creating a new wiki database.
        </p>
 
index 5411db4..c6003b7 100644 (file)
@@ -742,7 +742,7 @@ class PreferencesForm {
                        $previewlink = "<a target='_blank' href=\"$mplink\">$previewtext</a>";
                        if( $skinkey == $wgDefaultSkin )
                                $sn .= ' (' . wfMsg( 'default' ) . ')';
-                       $wgOut->addHTML( "<input type='radio' name='wpSkin' id=\"wpSkin$skinkey\" value=\"$skinkey\"$checked /> <label for=\"wpSkin$skinkey\">{$sn}</label> $previewlink<br/>\n" );
+                       $wgOut->addHTML( "<input type='radio' name='wpSkin' id=\"wpSkin$skinkey\" value=\"$skinkey\"$checked /> <label for=\"wpSkin$skinkey\">{$sn}</label> $previewlink<br />\n" );
                }
                $wgOut->addHTML( "</fieldset>\n\n" );
 
index dc3a3ad..97f810d 100644 (file)
@@ -581,7 +581,7 @@ function rcNamespaceForm( $namespace, $invert, $nondefaults, $categories_any ) {
                $categories = trim ( $wgRequest->getVal ( 'categories' , "" ) ) ;
                $cb_arr = array( 'type' => 'checkbox', 'name' => 'categories_any', 'value' => "1" ) ;
                if ( $categories_any ) $cb_arr['checked'] = "checked" ;
-               $catbox = "<br/>" ;
+               $catbox = "<br />" ;
                $catbox .= wfMsgExt('rc_categories', array('parseinline')) . " ";
                $catbox .= wfElement('input', array( 'type' => 'text', 'name' => 'categories', 'value' => $categories));
                $catbox .= " &nbsp;" ;
index 57b4d97..2e6079f 100644 (file)
@@ -16,7 +16,7 @@ let h_header = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\""^
             "<html><head><title>texvc</title></head><body>"^
             "<form method=post action=\"http://wroclaw.taw.pl.eu.org/~taw/cgi-bin/newcodebase/math/texvc_cgi\">"^
             "<textarea name='math' rows=10 cols=80>"
-let h_middle = "</textarea><br><input type=submit value=\"Preview\" name='preview'></form>"
+let h_middle = "</textarea><br /><input type=submit value=\"Preview\" name='preview'></form>"
 let h_footer = "</body></html>\n"
 
 let render tmppath finalpath tree =