aboutsummaryrefslogtreecommitdiff
path: root/html.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
commiteabdbd545ed474ebcf63c3e839f2e50e40ddb379 (patch)
tree196694c2ca3482ac0381a0bd0e9462fe9168e9a3 /html.rb
parent571d02b554a615397adc7f66b1a2e1fd8202c58d (diff)
remove useless space
Diffstat (limited to 'html.rb')
-rw-r--r--html.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.rb b/html.rb
index a1370e4..128e552 100644
--- a/html.rb
+++ b/html.rb
@@ -37,7 +37,7 @@ class HTML
def head
ret = <<HEAD
<head>
- <meta http-equiv="Content-Type" content="#{@header["type"]}; charset=#{@header["charset"]}" />
+ <meta http-equiv="Content-Type" content="#{@header["type"]}; charset=#{@header["charset"]}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>#{@title}</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon">
@@ -100,7 +100,7 @@ SCRIPT
def out(cgi)
#FIXME: quick and dirty fix for encoding problem
- {
+ {
"ö" => "&ouml;",
"ü" => "&uuml;",
"ä" => "&auml;",