From b234f732df604040a1169b1caaf4c142f42fae27 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 19 Jun 2016 22:27:16 +0200 Subject: [PATCH] =?UTF-8?q?Use=20actual=20cross=20char=20(=C3=97)=20for=20?= =?UTF-8?q?image=20dimensions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #7. --- main.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tpl b/main.tpl index b5956e1..c35a088 100644 --- a/main.tpl +++ b/main.tpl @@ -68,7 +68,7 @@ {{ end }} {{ if (index . "ImageSize") (index . "Size") }} {{ with index . "ImageSize" }} - {{ .X }}x{{ .Y }} + {{ .X }}×{{ .Y }} {{ end }} {{ with index . "Size" }} ({{ size . }})