diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-09-25 22:43:28 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-09-25 22:43:28 +0200 |
commit | de6c3db5060a742438fbdbec329fb2bbb1c68f82 (patch) | |
tree | d2efc45e5e43fe91c8f1e8c9657ad7ccb70366b1 /examples | |
parent | 0b5b69c762bdfb55ccf9be0778fa42e45e008c11 (diff) |
make backlinks to gipfelweb
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/gipfel2html | 2 |
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 |