From 288a0b9eead2e1e9df4d7237fbfd8f0b75dcc0dd Mon Sep 17 00:00:00 2001 From: Jack Phoenix Date: Thu, 26 Jun 2008 16:02:39 +0000 Subject: [PATCH] Fix regression from 36662: broke the external link icon totally, external links weren't showing up as such... --- includes/DefaultSettings.php | 2 +- skins/monobook/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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://"], -- 2.20.1