From: Jimmy Collins Date: Sun, 2 Jul 2006 21:21:11 +0000 (+0000) Subject: (bug 1023) More updates (XHTML-correctness) X-Git-Tag: 1.31.0-rc.0~56462 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=2aac380bebd04b1f21cc4224a625d00d4c836d23;p=lhc%2Fweb%2Fwiklou.git (bug 1023) More updates (XHTML-correctness) --- diff --git a/config/index.php b/config/index.php index 3149f03bb9..fef48efad6 100644 --- a/config/index.php +++ b/config/index.php @@ -903,7 +903,7 @@ if( count( $errs ) ) { ?>

- Preferably a short word without punctuation, i.e. "Wikipedia".
+ Preferably a short word without punctuation, i.e. "Wikipedia".
Will appear as the namespace name for "meta" pages, and throughout the interface.

@@ -973,7 +973,7 @@ if( count( $errs ) ) {

- An admin can lock/delete pages, block users from editing, and other maintenance tasks.
+ An admin can lock/delete pages, block users from editing, and other maintenance tasks.
A new account will be added only when creating a new wiki database.

diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 5411db4c74..c6003b7c8b 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -742,7 +742,7 @@ class PreferencesForm { $previewlink = "$previewtext"; if( $skinkey == $wgDefaultSkin ) $sn .= ' (' . wfMsg( 'default' ) . ')'; - $wgOut->addHTML( " $previewlink
\n" ); + $wgOut->addHTML( " $previewlink
\n" ); } $wgOut->addHTML( "\n\n" ); diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index dc3a3ade99..97f810d9bf 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -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 = "
" ; + $catbox = "
" ; $catbox .= wfMsgExt('rc_categories', array('parseinline')) . " "; $catbox .= wfElement('input', array( 'type' => 'text', 'name' => 'categories', 'value' => $categories)); $catbox .= "  " ; diff --git a/math/texvc_cgi.ml b/math/texvc_cgi.ml index 57b4d97054..2e6079feda 100644 --- a/math/texvc_cgi.ml +++ b/math/texvc_cgi.ml @@ -16,7 +16,7 @@ let h_header = "texvc"^ "
"^ "
" +let h_middle = "
" let h_footer = "\n" let render tmppath finalpath tree =