diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-11 22:36:48 +0200 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-11 22:36:48 +0200 |
| commit | 4264b89157f580bd27f7a1849b646ac80c30ed09 (patch) | |
| tree | 3487756c6107dd5c9083fdbaebd455f5fbda5068 | |
| parent | 50a00beb9598747a3c396088fd4ad311cb6cdf39 (diff) | |
use avascript:history.back() to go back to gipfelweb
| -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 |
