Preserve whitespace in statuses
This commit is contained in:
parent
dbfc1a28bb
commit
3eb49f3f74
2 changed files with 4 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
|||
>
|
||||
{% if status.quote %}
|
||||
<div class="quote block">
|
||||
<blockquote dir="auto" class="content mb-2">{{ status.quote|safe }}</blockquote>
|
||||
<blockquote dir="auto" class="content mb-2 preserve-whitespace">{{ status.quote|safe }}</blockquote>
|
||||
|
||||
<p>
|
||||
— {% include 'snippets/book_titleby.html' with book=status.book %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue