]> git.tuebingen.mpg.de Git - osl.git/commitdiff
web: Let logo link to index.html rather than ".".
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 Jun 2020 23:42:25 +0000 (01:42 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 22 Sep 2020 19:28:31 +0000 (21:28 +0200)
Depending on the browser and the web server config, the reference to
"." may cause the browser to render a directory listing.

web/header.html

index 21be256dc1b8e4c65e2bd6210ab832d331833a01..2b5e798a2537423d5272c7c170b4360954e11eab 100644 (file)
@@ -12,7 +12,7 @@
        <table>
                <tr>
                        <td>
-                               <a href=".">
+                               <a href="index.html">
                                        <IMG
                                                SRC="osl.png"
                                                alt="osl logo"