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:
John MacFarlane 2014-12-28 11:25:26 -08:00
commit 2b786e7518
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$