Browse Source

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

pull/40/head
Benjamin Southall 7 years ago
parent
commit
f88856e4ac
  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">File: <a href="{{ config.uri_img }}{{ file.file }}">{{ file.file }}</a> <span class="details">
<p class="fileinfo">File: <a href="{{ config.uri_img }}{{ file.file }}" target="_blank">{{ file.file }}</a> <span class="details">
(
{% if file.thumb == 'spoiler' %}
{% trans %}Spoiler Image{% endtrans %},

Loading…
Cancel
Save