From 7b2d69c552c532db52ef0417f111008cff3a8cc1 Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Mon, 4 Nov 2024 09:46:25 +0700 Subject: [PATCH] fix: Handle optional `language` tag in header Fixes: KEYMAN-COM-1CX --- _includes/2020/templates/Head.php | 8 +++++++- _includes/includes/template.php | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_includes/2020/templates/Head.php b/_includes/2020/templates/Head.php index 92a2413..835955d 100644 --- a/_includes/2020/templates/Head.php +++ b/_includes/2020/templates/Head.php @@ -26,7 +26,13 @@ static function render($fields = []) { $fields->js = []; } ?> - +language)) { + echo ""; + } else { + echo ""; + } +?>