(bug 21870) Remove Google logo loaded from it servers (privacy concern).
The form is now left as googlesearch message. We should probably remove the duplication and load it with wfMsgWeirdKey.
This commit is contained in:
parent
52ccd25ed2
commit
33917224dc
2 changed files with 1 additions and 2 deletions
|
|
@ -723,6 +723,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
|
|||
* (bug 22096) IE50Fixes.css and IE55Fixes.css have been dropped from the Monobook
|
||||
and Chick skins
|
||||
* Fixed bug involving unclosed "-{" markup in the language converter
|
||||
* (bug 21870) No longer include Google logo from an external server on wiki error.
|
||||
|
||||
== API changes in 1.16 ==
|
||||
|
||||
|
|
|
|||
|
|
@ -2636,8 +2636,6 @@ class DBConnectionError extends DBError {
|
|||
<input type="hidden" name="ie" value="$wgInputEncoding" />
|
||||
<input type="hidden" name="oe" value="$wgInputEncoding" />
|
||||
|
||||
<img src="http://www.google.com/logos/Logo_40wht.gif" alt="" style="float:left; margin-left: 1.5em; margin-right: 1.5em;" />
|
||||
|
||||
<input type="text" name="q" size="31" maxlength="255" value="$search" />
|
||||
<input type="submit" name="btnG" value="$googlesearch" />
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue