summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-03-27 21:54:10 +0200
committerCtibor Brančík <ctibor@brancik.cz>2017-03-27 21:54:10 +0200
commitf8b4317a8113ee62a2c1040a26cd87e33064ae94 (patch)
tree6aa32c10df0a8bb0876ee1e401938270cf467863
parent25f3639edf760962744feefd624531e43f17661d (diff)
downloadhnizdo-f8b4317a8113ee62a2c1040a26cd87e33064ae94.tar.gz
hnizdo-f8b4317a8113ee62a2c1040a26cd87e33064ae94.tar.bz2
Fix missing )
-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 3f5805d..24838f1 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>")