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

This commit is contained in:
Michael Foster 2013-08-17 04:07:32 +10:00
parent 0d45fbc799
commit 8858127498
2 changed files with 4 additions and 4 deletions

View File

@ -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 %}

View File

@ -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 %}