From e4c3f1b8661cd3b1b4bc9e640b56c63ee234877f Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 20 Feb 2008 17:49:14 +0100 Subject: fix last commit --- examples/gipfel2html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'examples') diff --git a/examples/gipfel2html b/examples/gipfel2html index 52a32eb..b07f009 100755 --- a/examples/gipfel2html +++ b/examples/gipfel2html @@ -45,6 +45,13 @@ while read name height x y dist flags dummy; do i=$((${i} + 1)) done +cat << EOF + + +
+
+EOF + echo "

$TITLE

" if [ "$MODE" = "images" ]; then -- cgit v1.2.3