Skip to content

Commit

Permalink
Fix layout.tmpl HTML tag layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Aug 27, 2022
1 parent 7271c07 commit 4a699de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions core/webdoc-default-template/tmpl/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ const cssPageKind =
</div>
</div>
</article>
</body>
</div>
<script src="/<?js= sitePrefix ?>scripts/vendor/mermaid-9.1.6.min.js" defer></script>
<script>
document.addEventListener("DOMContentLoaded", () =>
</div>
<script src="/<?js= sitePrefix ?>scripts/vendor/mermaid-9.1.6.min.js" defer></script>
<script>
document.addEventListener("DOMContentLoaded", () =>
mermaid.initialize({ startOnLoad: true, theme: 'base' })
);
</script>
);
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4a699de

Please sign in to comment.