From 52e5e623915a1a565d35185ba62ed9e87b48ff99 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 14 Sep 2021 16:06:32 +1200 Subject: [PATCH] DOC Escape HTML in heading --- docs/en/02_Developer_Guides/14_Files/02_Images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/14_Files/02_Images.md b/docs/en/02_Developer_Guides/14_Files/02_Images.md index 47c395d4b..0abfe702a 100644 --- a/docs/en/02_Developer_Guides/14_Files/02_Images.md +++ b/docs/en/02_Developer_Guides/14_Files/02_Images.md @@ -283,7 +283,7 @@ class Page extends SiteTree } ``` -#### Controlling lazy loading in for tags in SS templates +#### Controlling lazy loading in for <img> tags in SS templates If you are manually writing `` tags in your SS template, those images will not be automatically lazy loaded. You will need to add the `loading="lazy"` attribute yourself if you want the image to be