lib/rdoc/generator/template/rails/file.rhtml in sdoc-0.4.1 vs lib/rdoc/generator/template/rails/file.rhtml in sdoc-0.4.2
- old
+ new
@@ -6,11 +6,11 @@
<title><%= h file.name %></title>
<meta http-equiv="Content-Type" content="text/html; charset=<%= @options.charset %>" />
<%= include_template '_head.rhtml', {:rel_prefix => rel_prefix} %>
</head>
-<body>
+<body>
<div class="banner">
<% if ENV['HORO_PROJECT_NAME'] %>
<span><%= ERB::Util.html_escape(ENV['HORO_PROJECT_NAME']) %> <%= ERB::Util.html_escape(ENV['HORO_PROJECT_VERSION']) %></span><br />
<% end %>
<h1>
@@ -32,6 +32,6 @@
<div id="bodyContent">
<%= include_template '_context.rhtml', {:context => file, :rel_prefix => rel_prefix} %>
</div>
</body>
-</html>
\ No newline at end of file
+</html>