diff --git a/core/modules/views/views_ui/views_ui.theme.inc b/core/modules/views/views_ui/views_ui.theme.inc
index 176955f..cb5396b 100644
--- a/core/modules/views/views_ui/views_ui.theme.inc
+++ b/core/modules/views/views_ui/views_ui.theme.inc
@@ -69,7 +69,7 @@ function template_preprocess_views_ui_view_info(&$variables) {
  */
 function theme_views_ui_view_info($variables) {
   $output = '';
-  $output .= '<div class="views-ui-view-title">' . $variables['title'] . "</div>\n";
+  $output .= '<h3 class="views-ui-view-title">' . $variables['title'] . "</h3>\n";
   $output .= '<div class="views-ui-view-displays">' . $variables['displays'] . "</div>\n";
   return $output;
 }
