Browse Source

Revert "I thought I deleted that"

This reverts commit c6e1afcf65.
pull/40/head
czaks 10 years ago
parent
commit
84c8e74ffa
  1. 2
      templates/post/fileinfo.html

2
templates/post/fileinfo.html

@ -7,7 +7,7 @@
{% if file.file == 'deleted' %}
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
{% else %}
<p class="fileinfo"><a href="{{ config.uri_img }}{{ file.file }}"
<p class="fileinfo">{% trans %}File:{% endtrans %} <a href="{{ config.uri_img }}{{ file.file }}"
{% if config.show_filename and file.filename %}
{% if config.download_filename %}
download="{{ file.filename|e|bidi_cleanup }}"

Loading…
Cancel
Save