From: Frank Lichtenheld Date: Sat, 9 Feb 2008 01:39:20 +0000 (+0100) Subject: create_index_pages: Fix slices output X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=f63041bddbb1e19c0d54b11d3233995eacdb39c9 create_index_pages: Fix slices output trivial_slice is *very* picky ;) --- diff --git a/bin/create_index_pages b/bin/create_index_pages index 8b1f657..811a3e5 100755 --- a/bin/create_index_pages +++ b/bin/create_index_pages @@ -97,7 +97,7 @@ sub close_file { print "closing $key\n"; foreach my $lang (@LANGUAGES) { - print {$fh{$key}} "$s{begin}{$lang}\n"; + print {$fh{$key}} "\n$s{begin}{$lang}\n"; $template->page( 'index_foot', { %{$lang_vars{$lang}}, %$vars },