diff --git a/core/modules/search/search.admin.inc b/core/modules/search/search.admin.inc
index fda14ee..17254b9 100644
--- a/core/modules/search/search.admin.inc
+++ b/core/modules/search/search.admin.inc
@@ -87,7 +87,7 @@ function search_admin_settings($form) {
     '#title' => t('Indexing settings')
   );
   $form['indexing_settings']['info'] = array(
-    '#markup' => t('<p><em>Changing the settings below will cause the site index to be rebuilt. The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed.</em></p><p><em>The default settings should be appropriate for the majority of sites.</em></p>')
+    '#markup' => t('Changing the settings below will cause the site index to be rebuilt. The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed.')
   );
   $form['indexing_settings']['minimum_word_size'] = array(
     '#type' => 'textfield',
