replace <p class="rights"> with <div class="rights"> (fixes #75)
This commit is contained in:
parent
c76c6c5224
commit
5d80361089
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ $if(date)$
|
|||
<p class="date">$date$</p>
|
||||
$endif$
|
||||
$if(rights)$
|
||||
<p class="rights">$rights$</p>
|
||||
<div class="rights">$rights$</div>
|
||||
$endif$
|
||||
$else$
|
||||
$body$
|
||||
|
|
|
@ -45,7 +45,7 @@ $if(date)$
|
|||
<p class="date">$date$</p>
|
||||
$endif$
|
||||
$if(rights)$
|
||||
<p class="rights">$rights$</p>
|
||||
<div class="rights">$rights$</div>
|
||||
$endif$
|
||||
</section>
|
||||
$else$
|
||||
|
|
Loading…
Add table
Reference in a new issue