Main page have two html parts rails3

After push the rails3 app in heroku, then i tried to display that app,
but
when i take the page source of that .html file i got like this…Why
this happening…?

BizMofobi

Thank you
vishnu

Just i check the application.html.erb from app/layouts. so just i see
the
file like this



  • BizMofobi*
  • <%= stylesheet_link_tag “application” %>*
  • <%= javascript_include_tag “application” %>*
  • <%= csrf_meta_tags %>*

<%= yield %>
*
*

But now just i remove all the tags except *<%= yield %> from
application
.html.erb, after this when i check the page source
*, that file is
normal,
i mean one html, head,body tags…

So can i edit like that?..

Thank you
vishnu