From 4bd21171447fcaf3dc6fe7d1dc4bd744fdf7dcdd Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Wed, 7 Apr 2004 06:02:59 +0000 Subject: [PATCH] do not underline *any* links when underlining is disabled --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) ) { -- 2.20.1