]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/session/index.html.twig
Add header around h3
[airbundle] / Resources / views / session / index.html.twig
index 59fc9e625b2dd18dde64b807eb2e9a1c527c79b5..62cc1c5374729f6d4304a4062b027fa877220a3e 100644 (file)
@@ -9,7 +9,9 @@
                                <div class="grid calendar seven">
                                        {% for date, day in calendar %}
                                                <section class="{{ day.class|join(' ') }}">
-                                                       <h3>{{ day.title }}</h3>
+                                                       <header>
+                                                               <h3>{{ day.title }}</h3>
+                                                       </header>
                                                        {% if day.sessions is not empty %}
                                                                <ul>
                                                                        {% for session in day.sessions %}