Browse Source

Bugfix: post.filex => post.fileheight, etc.

pull/40/head
Michael Foster 11 years ago
parent
commit
8858127498
  1. 4
      templates/post_reply.html
  2. 4
      templates/post_thread.html

4
templates/post_reply.html

@ -62,8 +62,8 @@
Spoiler Image,
{% endif %}
{{ post.filesize|filesize }}
{% if post.filex and post.filey %}
, {{ post.filex}}x{{ post.filey }}
{% if post.filewidth and post.fileheight %}
, {{ post.filewidth}}x{{ post.fileheight }}
{% if config.show_ratio %}
, {{ post.ratio }}
{% endif %}

4
templates/post_thread.html

@ -14,8 +14,8 @@
{% trans %}Spoiler Image{% endtrans %},
{% endif %}
{{ post.filesize|filesize }}
{% if post.filex and post.filey %}
, {{ post.filex}}x{{ post.filey }}
{% if post.filewidth and post.fileheight %}
, {{ post.filewidth}}x{{ post.fileheight }}
{% if config.show_ratio %}
, {{ post.ratio }}
{% endif %}

Loading…
Cancel
Save