summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-09-25 22:43:28 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-09-25 22:43:28 +0200
commitde6c3db5060a742438fbdbec329fb2bbb1c68f82 (patch)
treed2efc45e5e43fe91c8f1e8c9657ad7ccb70366b1 /examples
parent0b5b69c762bdfb55ccf9be0778fa42e45e008c11 (diff)
make backlinks to gipfelweb
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/gipfel2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gipfel2html b/examples/gipfel2html
index 6cbb4e2..02bf2bf 100755
--- a/examples/gipfel2html
+++ b/examples/gipfel2html
@@ -128,7 +128,7 @@ while read f; do
if [ "$MODE" = "images" ]; then
echo "<a href=\"${img}.html\"><img src=\"thumbs/${img}.jpg\"></a><br/>"
else
- echo "<a href=\"${img}.html\"><img src=\"../thumbs/${img}.jpg\"></a><br/>"
+ echo "<a href=\"../${img}.html\"><img src=\"../thumbs/${img}.jpg\"></a><br/>"
fi
done