projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b282a
)
web: Fix logo link.
author
Andre Noll
<maan@systemlinux.org>
Tue, 12 Aug 2014 08:52:07 +0000
(10:52 +0200)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/web/header.html
b/web/header.html
index
6e559fa
..
6b40a54
100644
(file)
--- a/
web/header.html
+++ b/
web/header.html
@@
-11,7
+11,7
@@
<table>
<tr>
<td>
- <a title="paraslash homepage" href="
/
">
+ <a title="paraslash homepage" href="
.
">
<img src="paraslash.png" alt="paraslash">
</a>
</td>