The following commit has been merged in the master branch:
commit f63041bddbb1e19c0d54b11d3233995eacdb39c9
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Sat Feb 9 02:39:20 2008 +0100
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 },
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]