diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-02-20 17:49:14 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-02-20 17:49:14 +0100 |
commit | e4c3f1b8661cd3b1b4bc9e640b56c63ee234877f (patch) | |
tree | a57ed4fe6b7ef9afe85ebaf2359c419eaf5b600e | |
parent | c387e8a52c1a69dda27c007a5e0f981a5c1890a2 (diff) |
fix last commit
-rwxr-xr-x | examples/gipfel2html | 7 |
1 files changed, 7 insertions, 0 deletions
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 +</style></head> +<body bgcolor="#919faa"> +<br/> +<br/> +EOF + echo "<h3>$TITLE</h3>" if [ "$MODE" = "images" ]; then |