Use actual cross char (×) for image dimensions.

Fixes #7.
develop
Icedream 2016-06-19 22:27:16 +02:00
parent 8e55200ff4
commit b234f732df
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
{{ end }} {{ end }}
{{ if (index . "ImageSize") (index . "Size") }} {{ if (index . "ImageSize") (index . "Size") }}
{{ with index . "ImageSize" }} {{ with index . "ImageSize" }}
{{ .X }}x{{ .Y }} {{ .X }}×{{ .Y }}
{{ end }} {{ end }}
{{ with index . "Size" }} {{ with index . "Size" }}
({{ size . }}) ({{ size . }})