From b61babfe21b683f2afd3fb90bf89ab9983b23db7 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 6 Feb 2005 14:20:47 +0000 Subject: [PATCH] well-formedness fixes --- includes/SpecialContributions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) { -- 2.20.1