break lines in book brief | fix #25
This commit is contained in:
parent
d523799820
commit
969f047aeb
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
<h5 class="set-title">{% trans '简介' %}</h5>
|
||||
|
||||
{% if book.brief %}
|
||||
<p class="set-content">{{ book.brief }}</p>
|
||||
<p class="set-content">{{ book.brief | linebreaksbr }}</p>
|
||||
{% else %}
|
||||
<p class="set-empty">{% trans '暂无简介' %}</p>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue