From 02e0e5bd4a34438c03ab0727cf190059eb1b0b08 Mon Sep 17 00:00:00 2001 From: Cryptob3auty <76785638+Rose2161@users.noreply.github.com> Date: Fri, 13 Mar 2026 01:13:16 -0700 Subject: [PATCH] Change CheckDoctype value from 'yes' to 'true' Signed-off-by: Cryptob3auty <76785638+Rose2161@users.noreply.github.com> --- .htmltest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htmltest.yml b/.htmltest.yml index 586616f83ea4..8eed17e6398b 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -1,6 +1,6 @@ DirectoryPath: "public" EnforceHTTPS: true -CheckDoctype: yes +CheckDoctype: true CheckExternal: false IgnoreAltMissing: true IgnoreAltEmpty: false