X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPreferences.php;h=248b308d4d1deb3bad15583ea31b9f340f23f261;hb=32d052537191da40afcd3d50f1f93cdba34db463;hp=cd675c6fc8a3630885dafffa8ff7e06828d04c76;hpb=c175b53c0e4bf06a00345d15cd370258f41ba865;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Preferences.php b/includes/Preferences.php index cd675c6fc8..248b308d4d 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -751,7 +751,11 @@ class Preferences { 'type' => 'select', 'section' => 'rendering/advancedrendering', 'options' => $stubThresholdOptions, - 'label-raw' => $context->msg( 'stub-threshold' )->text(), // Raw HTML message. Yay? + // This is not a raw HTML message; label-raw is needed for the manual + 'label-raw' => $context->msg( 'stub-threshold' )->rawParams( + '' . + $context->msg( 'stub-threshold-sample-link' )->parse() . + '' )->parse(), ); $defaultPreferences['showhiddencats'] = array(