From 9e52434480aaf7a4333d81998c39bfd378e7727d Mon Sep 17 00:00:00 2001 From: jellykells <42573508+jellykells@users.noreply.github.com> Date: Mon, 6 Sep 2021 12:20:27 -0500 Subject: [PATCH] add missing quote in html returned by handle_pixel theme --- ext/handle_pixel/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/handle_pixel/theme.php b/ext/handle_pixel/theme.php index 10dc2c24..faae1f07 100644 --- a/ext/handle_pixel/theme.php +++ b/ext/handle_pixel/theme.php @@ -30,7 +30,7 @@ class PixelFileHandlerTheme extends Themelet } $html = "main imageget_mime()}'>"; + "data-width='{$image->width}' data-height='{$image->height}' data-mime='{$image->get_mime()}'>"; $page->add_block(new Block("Image", $html, "main", 10)); } }