replace <p class="rights"> with <div class="rights"> (fixes #75)

This commit is contained in:
Pablo Rodríguez 2014-12-28 18:10:24 +01:00
parent c76c6c5224
commit 5d80361089
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ $if(date)$
<p class="date">$date$</p> <p class="date">$date$</p>
$endif$ $endif$
$if(rights)$ $if(rights)$
<p class="rights">$rights$</p> <div class="rights">$rights$</div>
$endif$ $endif$
$else$ $else$
$body$ $body$

View file

@ -45,7 +45,7 @@ $if(date)$
<p class="date">$date$</p> <p class="date">$date$</p>
$endif$ $endif$
$if(rights)$ $if(rights)$
<p class="rights">$rights$</p> <div class="rights">$rights$</div>
$endif$ $endif$
</section> </section>
$else$ $else$