diff --git a/apps/wiki/templates/wiki/includes/attachment_list.html b/apps/wiki/templates/wiki/includes/attachment_list.html index c4b718713b6..592bd2b117d 100644 --- a/apps/wiki/templates/wiki/includes/attachment_list.html +++ b/apps/wiki/templates/wiki/includes/attachment_list.html @@ -1,7 +1,7 @@ {% set show_attach_button = user.has_perm('add_attachment') %}
-

{{ _('Attachments') }} ({{ attachment_data | length}})

+

{{ _('Attachments') }} ({{ attachment_data | length}})

{% if show_attach_button and attachment_form %}