Merge "URL encode the username passed to prefs-user-downloaddata-help-message"
This commit is contained in:
commit
781d5c10d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue