Why are all the <script>s in the wrong place? #9763
fuzzykiller
started this conversation in
General
Replies: 1 comment 1 reply
-
Thank you @fuzzykiller for raising. This wasn't intentional, would you like to contribute a PR? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any particular reason why all
<script>
tags in the modern template are now in an invalid location, between</head>
and<body>
? I see that they were originally inside<head>
. If there’s no good reason then I suggest moving them back, to create spec-compliant HTML.docfx/templates/modern/layout/_master.tmpl
Lines 41 to 61 in fa0c3c5
Beta Was this translation helpful? Give feedback.
All reactions