diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2017-03-27 21:54:10 +0200 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2017-03-27 21:54:10 +0200 |
commit | f8b4317a8113ee62a2c1040a26cd87e33064ae94 (patch) | |
tree | 6aa32c10df0a8bb0876ee1e401938270cf467863 /cgi-bin | |
parent | 25f3639edf760962744feefd624531e43f17661d (diff) | |
download | hnizdo-f8b4317a8113ee62a2c1040a26cd87e33064ae94.tar.gz hnizdo-f8b4317a8113ee62a2c1040a26cd87e33064ae94.tar.bz2 |
Fix missing )
Diffstat (limited to 'cgi-bin')
-rwxr-xr-x | cgi-bin/nest.py | 2 |
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>") |