summaryrefslogtreecommitdiff
path: root/cgi-bin/nest.py
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-03-27 21:54:56 +0200
committerCtibor Brančík <ctibor@brancik.cz>2017-03-27 21:54:56 +0200
commit9c96c7eb827296889ef06b70768a9486cf59c4e8 (patch)
tree0a99dd7b3458837e8b4bfaede3f2495018b720f7 /cgi-bin/nest.py
parentf8b4317a8113ee62a2c1040a26cd87e33064ae94 (diff)
downloadhnizdo-9c96c7eb827296889ef06b70768a9486cf59c4e8.tar.gz
hnizdo-9c96c7eb827296889ef06b70768a9486cf59c4e8.tar.bz2
Fix non-escaped "
Diffstat (limited to 'cgi-bin/nest.py')
-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>")