diff --git a/prefs_manage.php b/prefs_manage.php index b7ee2378a9..f56131eebe 100644 --- a/prefs_manage.php +++ b/prefs_manage.php @@ -313,14 +313,14 @@ echo '' . '
' . '' . __('Settings will be saved in your browser\'s local storage.') - . '' - . '
' . __('Existing settings will be overwritten!') . '' + . '
' + . '' . __('Existing settings will be overwritten!') . '' + . '
' . '
' - . '
' - . '
' - . PMA_Message::notice( - __('This feature is not supported by your web browser') - )->display(); + . '
'; +PMA_Message::notice( + __('This feature is not supported by your web browser') +)->display(); ?>