templates/default/onefile/html/layout.erb in yard-0.8.5.2 vs templates/default/onefile/html/layout.erb in yard-0.8.6
- old
+ new
@@ -2,15 +2,10 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<%= charset %>" />
<title><%= @title %></title>
- <style type="text/css" media="screen">
- <%= @css_data %>
- </style>
- <script type="text/javascript" charset="utf-8">
- <%= @js_data %>
- </script>
+ <%= erb(:headers) %>
</head>
<body>
<div id="content">
<h1><%= @title %></h1>
<%= yieldall %>
\ No newline at end of file