diff --git eva-display-entity-view.tpl.php eva-display-entity-view.tpl.php
index a60113f..455c64f 100755
--- eva-display-entity-view.tpl.php
+++ eva-display-entity-view.tpl.php
@@ -27,11 +27,11 @@
  */
 ?>
 <div class="<?php print $classes; ?>">
-  <?php print render($title_prefix); ?>
+  <h2 class="title"><?php print render($title_prefix); ?>
   <?php if ($title): ?>
     <?php print $title; ?>
   <?php endif; ?>
-  <?php print render($title_suffix); ?>
+  <?php print render($title_suffix); ?></h2>
   <?php if ($header): ?>
     <div class="view-header">
       <?php print $header; ?>
