From 35e826669544753226fb8f4efd97210f822636ed Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Mon, 20 May 2019 23:26:43 +0200 Subject: [PATCH] Remove magic number from image attachment templates I have no idea what 1000 was meant to signify. --- templates/attachment_image_jpeg.html | 2 +- templates/attachment_image_png.html | 2 +- templates/attachment_image_svg+xml.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/attachment_image_jpeg.html b/templates/attachment_image_jpeg.html index 61d2de1..e06578d 100644 --- a/templates/attachment_image_jpeg.html +++ b/templates/attachment_image_jpeg.html @@ -1,4 +1,4 @@ -
1000 +
image/png
diff --git a/templates/attachment_image_png.html b/templates/attachment_image_png.html index 61d2de1..e06578d 100644 --- a/templates/attachment_image_png.html +++ b/templates/attachment_image_png.html @@ -1,4 +1,4 @@ -
1000 +
image/png
diff --git a/templates/attachment_image_svg+xml.html b/templates/attachment_image_svg+xml.html index 6195707..b47beaf 100644 --- a/templates/attachment_image_svg+xml.html +++ b/templates/attachment_image_svg+xml.html @@ -1,4 +1,4 @@ -
1000 +
image/svg+xml