fix bug where indenting spaces were part of the sub-books link text
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{% for book in books %}
|
||||
<tr>
|
||||
{% if book.sub_book_num is defined %}
|
||||
<td data-sort="{{book.parent_id}}.{{book.sub_book_num}}"><a href="/book/{{book.id}}"> {{book.title}}</a></td>
|
||||
<td data-sort="{{book.parent_id}}.{{book.sub_book_num}}"> <a href="/book/{{book.id}}">{{book.title}}</a></td>
|
||||
{% else %}
|
||||
<td data-sort="{{book.id}}"><a href="/book/{{book.id}}">{{book.title}}</a></td>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user