Browse Source

Fix custom header image shows in global announcements - Refs #8043

José Loguercio 9 years ago
parent
commit
d33b564327
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/template/default/announcement/view.tpl

+ 2 - 2
main/template/default/announcement/view.tpl

@@ -2,10 +2,10 @@
 
 {% if not announcement is empty %}
     <article id="announcement-{{ announcement.id }}}">
-        <header class="page-header">
+        <div class="page-header">
             <h3>{{ announcement.title }}</h3>
             {{ announcement.content }}
-        </header>
+        </div>
     </article>
 {% else %}
     <div class="alert alert-danger" role="alert">