aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-08-16 10:44:46 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-08-16 10:44:46 +0200
commit3e2cf2754a8a29a638d2b235db3810d2c06ed1ec (patch)
tree5aae127664f2d164d879f1ae631323639d2c9896
parenta9ad14514186adbb6fc806c6aca3de694b023e63 (diff)
bugfix for correct html-validation
-rw-r--r--html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.rb b/html.rb
index 128e552..a32e5f0 100644
--- a/html.rb
+++ b/html.rb
@@ -40,7 +40,7 @@ class HTML
<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">
+ <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
HEAD
@css = [@css[0]] + @css[1..-1].sort unless @css.empty?