Open
Description
This is a weird issue: my code gets injected in the wrong place, at the end of <body>
instead of the end of <head>
.
This also happens with just having code in a plain HTML file and using the static-html
package so it might not be directly related to inject-initial. But I thought maybe you'd have an idea of what's going on?
Activity
gadicc commentedon May 17, 2016
Hey, I've heard of a few issues in
static-htmll
generally. I assumed they were all fixed now but haven't kept up-to-date since I don't use it.If you can provide a code sample or small reproduction, without
static-html
, I'd be happy to take a look.The regexp we use places heads/bodies directly after the
<head>
and<body>
tags.Floriferous commentedon Aug 24, 2018
I'm seeing this plus another issue (using
static-html
):The loader is placed in my
body
and it takes all of my initialhead
(fromclient/main.html
) and moves it to mybody
as well. So a couple things don't work anymore, like my favicon.Should an issue be created on the meteor repo?