From 1d9caae65fea015cbc5319d7e8cacc5740532bbe Mon Sep 17 00:00:00 2001
From: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
Date: Sun, 17 Jul 2022 00:19:07 +0530
Subject: [PATCH] Update inTextImg.html
Fix Bad value 15px for attribute height on element img: Expected a digit but saw p instead.
---
layouts/shortcodes/inTextImg.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/shortcodes/inTextImg.html b/layouts/shortcodes/inTextImg.html
index 5e6d84d62f..0239fd6864 100644
--- a/layouts/shortcodes/inTextImg.html
+++ b/layouts/shortcodes/inTextImg.html
@@ -2,4 +2,4 @@
{{- $height := (.Get "height") }}
{{- $alt := (.Get "alt") }}
-
\ No newline at end of file
+