Replace HR with DIV

This commit is contained in:
Olivier PEREZ 2015-09-23 22:18:22 +02:00
parent 9daef4b09e
commit f634e36344
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
</a>
</h1>
{if !empty($title)}<h2 class="lead col-xs-12"><i>{$title|html}</i></h2>{/if}
<hr class="trait col-xs-12" role="presentation" />
<div class="trait col-xs-12" role="presentation"></div>
</header>
<main role="main">