在application.html.haml
下我已经定义了我的正文和页面包装器等......我的localhost网站上的输出显示了一个标签<body style> … </body>
。我的代码中没有关于style
的内容,那么为什么会有<body style>
代替<body>
代码?
-# Document Start
!!!
%html
%head
%title Test
= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true
= javascript_include_tag "application", "data-turbolinks-track" => true
= csrf_meta_tags
-# Start Body
%body
-# Start Wrap
#wrap
-# Import Nav Wrap Partial
= yield :navbar
-# Import Rest Of View
= yield