Replace HR with DIV

This commit is contained in:
Olivier PEREZ 2015-09-23 22:18:22 +02:00
parent 9daef4b09e
commit f634e36344

View File

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