summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-11 22:36:48 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-11 22:36:48 +0200
commit4264b89157f580bd27f7a1849b646ac80c30ed09 (patch)
tree3487756c6107dd5c9083fdbaebd455f5fbda5068 /examples
parent50a00beb9598747a3c396088fd4ad311cb6cdf39 (diff)
use avascript:history.back() to go back 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 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