about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/oldweb/_head.rhtml10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/oldweb/_head.rhtml b/lib/oldweb/_head.rhtml
index 9a9242c..ae4d5e9 100644
--- a/lib/oldweb/_head.rhtml
+++ b/lib/oldweb/_head.rhtml
@@ -1,7 +1,11 @@
-<meta charset="<%= @options.charset %>"><title><%= h @title %></title><%
-if rdoc_url = @old_cfg['rdoc_url'] %><link
+<title><%= h @title %></title><%
+if rdoc_url = @old_cfg['rdoc_url']
+%><link
 rel="alternate"
 title="Atom feed"
 href="<%= rdoc_url %>NEWS.atom.xml"
 type="application/atom+xml" /><%
-end %>
+end
+%><meta
+http-equiv="Content-Type"
+content="text/html; <%= @options.charset %>">