Browse Source

Force file link from file information to always open in a new tab.

main
Benjamin Southall 7 years ago
committed by -
parent
commit
0aba30a888
  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.root }}{{ config.image_deleted }}" alt="" />
{% else %}
<p class="fileinfo">File: <a href="{{ config.uri_img }}{{ file.file }}">{{ file.file }}</a> <span class="unimportant">
<p class="fileinfo">File: <a href="{{ config.uri_img }}{{ file.file }}" target="_blank">{{ file.file }}</a> <span class="unimportant">
(
{% if file.thumb == 'spoiler' %}
{% trans %}Spoiler Image{% endtrans %},

Loading…
Cancel
Save