about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-27 18:24:03 +0000
committerEric Wong <e@80x24.org>2016-06-27 18:28:51 +0000
commit9b9de20ada4111c38bd77ca27ab8438048c9f358 (patch)
treea95c9548ac5d5842470ebfb23617ad78427923e6
parente3bb4ac09a8a2f0cf6d1f7a603b221e4ae4745cc (diff)
downloadolddoc-9b9de20ada4111c38bd77ca27ab8438048c9f358.tar.gz
Oops, this breaks rendering with some browser configurations
which do not assume UTF-8.
-rw-r--r--lib/oldweb/_head.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oldweb/_head.rhtml b/lib/oldweb/_head.rhtml
index ae4d5e9..720fd95 100644
--- a/lib/oldweb/_head.rhtml
+++ b/lib/oldweb/_head.rhtml
@@ -8,4 +8,4 @@ type="application/atom+xml" /><%
 end
 %><meta
 http-equiv="Content-Type"
-content="text/html; <%= @options.charset %>">
+content="text/html; charset=<%= @options.charset %>">