web: Fix logo link.
authorAndre Noll <maan@systemlinux.org>
Tue, 12 Aug 2014 08:52:07 +0000 (10:52 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Aug 2014 17:13:39 +0000 (19:13 +0200)
The correct destination for this link is the current directory,
rather than /. The latter works only by coincidence since
paraslash.systemlinux.org is an apache vhost.

web/header.html

index 6e559faab7076d57202ac2f5a1251aeca498f92b..6b40a547de0237aba32c3fa87961a4879acc34de 100644 (file)
@@ -11,7 +11,7 @@
        <table>
        <tr>
                <td>
        <table>
        <tr>
                <td>
-                       <a title="paraslash homepage" href="/">
+                       <a title="paraslash homepage" href=".">
                                <img src="paraslash.png" alt="paraslash">
                        </a>
                </td>
                                <img src="paraslash.png" alt="paraslash">
                        </a>
                </td>