From c38ef1d65bc2efa366bce721e26e098573b8a68c Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sat, 21 Oct 2006 23:05:16 +0000 Subject: [PATCH] Fix regression caused by r17122 in Cologne Blue search. --- skins/CologneBlue.php | 6 +++--- skins/common/cologneblue.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skins/CologneBlue.php b/skins/CologneBlue.php index 801f5ed63d..f304e37eb2 100644 --- a/skins/CologneBlue.php +++ b/skins/CologneBlue.php @@ -301,12 +301,12 @@ class SkinCologneBlue extends Skin { $search = $wgRequest->getText( 'search' ); $action = $this->escapeSearchLink(); - $s = "
"; + $s = ""; if ( "" != $label ) { $s .= "{$label}: "; } - $s .= "" - . "
"; + . "
"; return $s; } diff --git a/skins/common/cologneblue.css b/skins/common/cologneblue.css index b1a2991ec9..1e27756731 100644 --- a/skins/common/cologneblue.css +++ b/skins/common/cologneblue.css @@ -95,4 +95,4 @@ a.stub, #quickbar a.stub { color:#772233; text-decoration:none; } a.new, #quickbar a.new { color: #CC2200; } h2, h3, h4, h5, h6 { margin-bottom: 0; } small { font-size: 75%; } -input#searchtext { width: 106px; } \ No newline at end of file +input#searchInput { width: 106px; } \ No newline at end of file -- 2.20.1