Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #474 from darkwing/attachment-parens-778696
Browse files Browse the repository at this point in the history
fix bug 778696 - Update the attachment list paren display
  • Loading branch information
groovecoder committed Aug 1, 2012
2 parents 6d1d0e6 + b10c06c commit 7c9c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wiki/templates/wiki/includes/attachment_list.html
@@ -1,7 +1,7 @@
{% set show_attach_button = user.has_perm('add_attachment') %}

<section id="page-attachments">
<h2>{{ _('Attachments') }} (<span id="page-attachments-count">{{ attachment_data | length}}</span>)</h2>
<h2>{{ _('Attachments') }} <bdi>(<span id="page-attachments-count">{{ attachment_data | length}}</span>)</bdi></h2>

{% if show_attach_button and attachment_form %}
<p class="add">
Expand Down

0 comments on commit 7c9c39f

Please sign in to comment.