adding a width at the pre tags

This commit is contained in:
manetta 2021-03-13 21:28:07 +01:00
parent 5fcfdbcaba
commit 03e9b1fa3b

View File

@ -24,7 +24,7 @@
<strong>Source</strong>: {{ item.source }}<br> <strong>Source</strong>: {{ item.source }}<br>
<strong>Date</strong>: {{ item.date }}<br> <strong>Date</strong>: {{ item.date }}<br>
<strong>Printed</strong>: <strong>Printed</strong>:
<pre>{{ item.printed | replace('\n', '<br>') | safe }}</pre> <pre width="48">{{ item.printed | replace('\n', '<br>') | safe }}</pre>
</div> </div>
{% endif %} {% endif %}
{% set count = count - 1 %} {% set count = count - 1 %}