From: Brion Vibber Date: Sun, 6 Feb 2005 14:20:47 +0000 (+0000) Subject: well-formedness fixes X-Git-Tag: 1.5.0alpha1~767 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=b61babfe21b683f2afd3fb90bf89ab9983b23db7;p=lhc%2Fweb%2Fwiklou.git well-formedness fixes --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index e0105ed4f4..2467158296 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -149,7 +149,7 @@ function wfSpecialContributions( $par = '' ) { $wgOut->addHTML( wfMsg ( 'val_user_validations', $val ) ); } - $wgOut->addHTML( "
{$sl} ($shm)

\n"); + $wgOut->addHTML( "
{$sl} ($shm)\n"); } @@ -259,7 +259,7 @@ function ucDaysLink( $lim, $d ) { function namespaceForm ( $target, $hideminor, $namespace ) { global $wgContLang, $wgScript; - $namespaceselect = '
'; $namespaceselect .= ''; $arr = $wgContLang->getNamespaces(); foreach( array_keys( $arr ) as $i ) {