Merge pull request #76 from ousia/master
YAML rights containing blank lines should be wrapped in a <div> (not <p>)
This commit is contained in:
commit
2b786e7518
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