Fix indentation on paid label in doc title

This commit is contained in:
Samuel Goodell 2017-07-10 14:01:27 -05:00
parent 2e543291ef
commit 1a9a843cde

View File

@ -148,7 +148,7 @@ docType: "<$ doc.docType $>"
<span class="beta" title="beta">&beta;</span>
<@- endif -@>
<@- if doc.paid == true -@>
<span class="paid" title="paid">Paid</span>
<span class="paid" title="paid">Paid</span>
<@- endif -@>
</h1>