Merge "URL encode the username passed to prefs-user-downloaddata-help-message"

This commit is contained in:
jenkins-bot 2021-02-24 21:19:30 +00:00 committed by Gerrit Code Review
commit 781d5c10d6

View file

@ -480,7 +480,7 @@ class DefaultPreferencesFactory implements PreferencesFactory {
],
$context->msg( 'prefs-user-downloaddata-info' )->text()
),
'help-message' => [ 'prefs-user-downloaddata-help-message', $user->getTitleKey() ],
'help-message' => [ 'prefs-user-downloaddata-help-message', urlencode( $user->getTitleKey() ) ],
'section' => 'personal/info',
];