javascript - Meteor places meta charset tag not on top of head (Windows!) -


i using meteor on windows machine , have problem, cannot use utf-8 symbols in templates (öäüÖÄÜ).

i saw question on stackoverflow once,

but solution did not work me.

this have in head in template:

<!doctype html> <head> <meta charset="utf-8"> 

and being generated , in head:

<!doctype html> <head> **script 1** **script 2** ... **script n** <meta charset="utf-8"> 

why meteor (or whatever responsible) pushing scripts top? because of charset not kick in.

how can force meta tags put right behind opening head?

the view people dealing same problem seem manipulate in meteor boilerplate files, paths linux. can't find files on windows machine.

can help? alot!


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -