diff options
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 f66b456..35328c3 100755 --- a/examples/gipfel2html +++ b/examples/gipfel2html @@ -72,7 +72,7 @@ echo "<h3>$TITLE</h3>" if [ "$MODE" = "images" ]; then echo "<a href=\"hills/${FILE}.html\">show hill names</a>" else - echo "<a href=\"../${FILE}.html\">back to gipfelweb</a>" + echo "<a href=\"javascript:history.back()\">back to gipfelweb</a>" fi cat << EOF |