Skip to content

Commit 5e99f3b

Browse files
authored
fix: missing closing span tag (#1605)
1 parent 642fc38 commit 5e99f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/unfold/helpers/field_readonly_value_file.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% with url=field.url %}
44
{% if not url %}
5-
<span class="flex items-center">-<span>
5+
<span class="flex items-center">-</span>
66
{% elif field.is_image %}
77
<a href="{{ url }}" target="_blank" class="block max-w-48">
88
<img src="{{ url }}" alt="{% trans 'Image preview' %}" class="block rounded-default" />

0 commit comments

Comments
 (0)