Remove leading/trailing whitespace in description

This commit is contained in:
Sascha Ißbrücker
2024-04-21 18:56:01 +02:00
parent 9cf5eb5ec0
commit e2415f652b
2 changed files with 5 additions and 9 deletions

View File

@@ -46,9 +46,7 @@
</div>
{% else %}
{% if bookmark_item.description %}
<div class="description separate">
{{ bookmark_item.description }}
</div>
<div class="description separate">{{ bookmark_item.description }}</div>
{% endif %}
{% if bookmark_item.tag_names %}
<div class="tags">
@@ -60,9 +58,7 @@
{% endif %}
{% if bookmark_item.notes %}
<div class="notes bg-gray text-gray-dark">
<div class="markdown">
{% markdown bookmark_item.notes %}
</div>
<div class="markdown">{% markdown bookmark_item.notes %}</div>
</div>
{% endif %}
<div class="actions text-gray">