From: Erik Moeller Date: Wed, 7 Apr 2004 06:02:59 +0000 (+0000) Subject: do not underline *any* links when underlining is disabled X-Git-Tag: 1.3.0beta1~580 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=4bd21171447fcaf3dc6fe7d1dc4bd744fdf7dcdd;p=lhc%2Fweb%2Fwiklou.git do not underline *any* links when underlining is disabled --- diff --git a/includes/Skin.php b/includes/Skin.php index 7f72d65a89..aaeb80631d 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -176,7 +176,7 @@ class Skin { } else { # CHECK MERGE @@@ # Force no underline - $s .= "a.stub, a.new, a.internal, a.external { " . + $s .= "a { " . "text-decoration: none; }\n"; } if ( 1 == $wgUser->getOption( "highlightbroken" ) ) {