From: Jack Phoenix Date: Thu, 26 Jun 2008 16:02:39 +0000 (+0000) Subject: Fix regression from 36662: broke the external link icon totally, external links weren... X-Git-Tag: 1.31.0-rc.0~46880 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=288a0b9eead2e1e9df4d7237fbfd8f0b75dcc0dd;p=lhc%2Fweb%2Fwiklou.git Fix regression from 36662: broke the external link icon totally, external links weren't showing up as such... --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3c8ba04a76..6aae1d6578 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1341,7 +1341,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '159'; +$wgStyleVersion = '160'; # Server-side caching: diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 45cf152f7c..8db47d2b9f 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -526,7 +526,7 @@ table.rimage { */ #bodyContent a.external, #bodyContent a[href ^="gopher://"] { - background: url(exteg) center right no-repeat; + background: url(external.png) center right no-repeat; padding-right: 13px; } #bodyContent a[href ^="https://"],