delete whitespace

pull/902/head
nhungltm 6 years ago committed by GitHub
parent e8d52c9cfd
commit 964782e453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@
<link rel="mask-icon" href="<%= App.cdn_origin %>/images/webkit-mask-icon.svg" color="#398df0">
<%= stylesheet_tag 'application' %>
</head>
<body<%= %( class="#{app_layout}") if app_layout %>>
<body<%= %(class="#{app_layout}") if app_layout %>>
<noscript class="_fail">DevDocs requires JavaScript to run.</noscript>
<%= erb :app -%>
<%= javascript_tag 'application', asset_host: false %>

Loading…
Cancel
Save