remove extra space

This commit is contained in:
David 2017-07-07 12:05:47 -04:00
parent 24f6fdeeaf
commit 6597e52772
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
{{#books}}
<tr class="tRow" id="{{rowNumber}}">
<td class="title">{{title}}
{{#signed}}&nbsp;<span class="signed" title="Signed by the author"></span>{{/signed}}</td>
{{#signed}}<span class="signed" title="Signed by the author"></span>{{/signed}}</td>
<td class="author">{{author}}</td>
<td class="publisher">{{publisher}}</td>
<td class="year">{{year}}</td>