CodeIgniter不能正确加载html5视图

时间:2014-05-25 10:22:22

标签: html5 continuous-integration

好吧,当我在CI中加载我的视图时,这是在浏览器中呈现的内容

这是代码

    <!DOCTYPE html>
    <html>
    <head>
        <title>example</title>
    </head>
    <body>
        the DOCTYPE tag does not appear,
        html5 does not render correctly
    </body>
    </html>

html5 error

我希望我找到解决此问题的方法

提前致谢

0 个答案:

没有答案