From 4a699de48d22a0e2ada99c2f2e94f9df805aa8e0 Mon Sep 17 00:00:00 2001 From: Shukant Pal Date: Sat, 27 Aug 2022 05:25:23 -0400 Subject: [PATCH] Fix layout.tmpl HTML tag layout --- core/webdoc-default-template/tmpl/layout.tmpl | 14 +++++++------- rush.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/webdoc-default-template/tmpl/layout.tmpl b/core/webdoc-default-template/tmpl/layout.tmpl index a9a7d26..fab1cb0 100644 --- a/core/webdoc-default-template/tmpl/layout.tmpl +++ b/core/webdoc-default-template/tmpl/layout.tmpl @@ -102,12 +102,12 @@ const cssPageKind = - - - - + + ); + + diff --git a/rush.json b/rush.json index ff45c32..19e9603 100644 --- a/rush.json +++ b/rush.json @@ -8,7 +8,7 @@ "resolutionStrategy": "fast", "preventManualShrinkwrapChanges": true }, - "nodeSupportedVersionRange": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <17.0.0", + "nodeSupportedVersionRange": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <19.0.0", "ensureConsistentVersions": true, "projectFolderMinDepth": 1, "projectFolderMaxDepth": 3,