aboutsummaryrefslogtreecommitdiff
path: root/html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'html.rb')
-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?