简体   繁体   中英

Head tags inside body

I have weird problem with encoding. It comes only when I add 3rd module to my Zend Framework 2 project.
I have 3 modules: Application, Register, Login
If I put to application.config.php:

'modules' => array(
    'Application',
    'Login', //or Register
),

Page looks fine, but when I add 3rd module. All scripts, styles are in body tag while they should be in head + firebug shows empty line right after body tag.

I removed BOM from all files placed in register and login modules.
Any idea what is going on and how to fix it?
Thanks in advance.

After I clear browser cache, everything works like it should.
Sorry for wasting your time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM