I thought I deleted that

This commit is contained in:
Jano Slota 2014-08-03 17:59:30 +02:00 committed by czaks
parent 46c07d3566
commit c6e1afcf65

View File

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