summaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin')
-rwxr-xr-xcgi-bin/nest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/nest.py b/cgi-bin/nest.py
index 24838f1..964ad47 100755
--- a/cgi-bin/nest.py
+++ b/cgi-bin/nest.py
@@ -18,7 +18,7 @@ print ("<head>")
print ("<meta charset=\"UTF-8\">")
print ("<title>HnĂ­zdo</title>")
print ("<link rel=\"stylesheet\" type=\"text/css\" href=\""+config.root+"style/style.css\">")
-print ("<link rel="shortcut icon" href="style/favicon.ico" type="image/x-icon">")
+print ("<link rel=\"shortcut icon\" href=\"style/favicon.ico\" type=\"image/x-icon\">")
print ("</head>")
print ("<body>")