do not underline *any* links when underlining is disabled
[lhc/web/wiklou.git] / includes / Skin.php
index 7f72d65..aaeb806 100644 (file)
@@ -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" ) ) {