Merge "Remove comments literally repeating the next line of code"
[lhc/web/wiklou.git] / includes / preferences / DefaultPreferencesFactory.php
index 032c836..e012c71 100644 (file)
@@ -842,7 +842,7 @@ class DefaultPreferencesFactory implements PreferencesFactory {
                        'options' => $stubThresholdOptions,
                        // This is not a raw HTML message; label-raw is needed for the manual <a></a>
                        'label-raw' => $l10n->msg( 'stub-threshold' )->rawParams(
-                               '<a href="#" class="stub">' .
+                               '<a class="stub">' .
                                $l10n->msg( 'stub-threshold-sample-link' )->parse() .
                                '</a>' )->parse(),
                ];