Installer: Fix double escaping of config-download-localsettings.
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 31 Jan 2013 01:19:25 +0000 (17:19 -0800)
committerTimo Tijhof <ttijhof@wikimedia.org>
Thu, 31 Jan 2013 01:20:53 +0000 (17:20 -0800)
commit6e2c1c5abe1bee3d30d2399bbad497eb6ef60c60
treebdfc91740eba1d2cb9c4ca1f32be808094775351
parent3298bb2d6a5a65f96f43e795e6e333eb0689a552
Installer: Fix double escaping of config-download-localsettings.

The link was outputted as:
 "Download &lt;code&gt;LocalSettings.php&lt;/code&gt;"
rendered as:
 "Download <code>LocalSettings.php</code>"
screenshot:
 http://cl.ly/image/1y2O3y2S2B19

Change-Id: I55a677b2a0f83dc6627d712584b8faa00e413b8b
Follows-up: Iaa2c89d6
Bug: 44526
includes/installer/WebInstaller.php