remove extra space
This commit is contained in:
parent
24f6fdeeaf
commit
6597e52772
@ -143,7 +143,7 @@
|
|||||||
{{#books}}
|
{{#books}}
|
||||||
<tr class="tRow" id="{{rowNumber}}">
|
<tr class="tRow" id="{{rowNumber}}">
|
||||||
<td class="title">{{title}}
|
<td class="title">{{title}}
|
||||||
{{#signed}} <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="author">{{author}}</td>
|
||||||
<td class="publisher">{{publisher}}</td>
|
<td class="publisher">{{publisher}}</td>
|
||||||
<td class="year">{{year}}</td>
|
<td class="year">{{year}}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user