summaryrefslogtreecommitdiff
path: root/epg2html.pl
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-17 12:19:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-17 12:19:31 +0200
commite84a565bfa37b62c79dcf42fd8d60e7b8bb44572 (patch)
treed614a915d2811d0336431fe252e7fc1cba42c8d9 /epg2html.pl
parent5355b3345cdfd2258fc65b141dd168b2414a278b (diff)
downloadvdr-e84a565bfa37b62c79dcf42fd8d60e7b8bb44572.tar.gz
vdr-e84a565bfa37b62c79dcf42fd8d60e7b8bb44572.tar.bz2
Stripped some trailing whitespace1.3.47
Diffstat (limited to 'epg2html.pl')
-rwxr-xr-xepg2html.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/epg2html.pl b/epg2html.pl
index 6b258466..a18ec08b 100755
--- a/epg2html.pl
+++ b/epg2html.pl
@@ -12,7 +12,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: epg2html.pl 1.6 2004/03/28 11:15:01 kls Exp $
+# $Id: epg2html.pl 1.7 2006/04/17 12:19:08 kls Exp $
@Index = ();
@@ -95,4 +95,3 @@ print INDEX "<html>\n<head><title>EPG Index</title><head>\n<body>\n";
print INDEX sort { lc($a) cmp lc($b) } @Index;
print INDEX "</body>\n</html>\n";
close(INDEX);
-