From: Daniel Friesen Date: Mon, 15 Oct 2012 01:54:46 +0000 (-0700) Subject: Fix incorrect message in CologneBlue full text button. X-Git-Tag: 1.31.0-rc.0~22022 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=366a35839f3a97f89498cd93ea98a85a9e8ea9fd;p=lhc%2Fweb%2Fwiklou.git Fix incorrect message in CologneBlue full text button. 'searchbutton' is the correct message, not 'search'. Change-Id: I81cd3fd86ac09fce49021f34eba7cc4f055167b6 --- diff --git a/skins/CologneBlue.php b/skins/CologneBlue.php index 473ee2b441..17487f4441 100644 --- a/skins/CologneBlue.php +++ b/skins/CologneBlue.php @@ -669,7 +669,7 @@ class CologneBlueTemplate extends BaseTemplate { . "escaped() . "\" />"; if( $wgUseTwoButtonsSearchForm ) { - $s .= " escaped() . "\" />\n"; + $s .= " escaped() . "\" />\n"; } else { $s .= '
\n"; }