[SCM] pkg-kde repository scripts branch, master, updated. 9febf6a22ee00b274a09ef73e3bc5e7793b3bf0c

Modestas Vainius modax-guest at alioth.debian.org
Sat Dec 5 00:36:51 UTC 2009


The following commit has been merged in the master branch:
commit 79e4d7f82c6579c5611dd8fd0246e9671eb5c84e
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Dec 5 02:34:08 2009 +0200

    Separate out-dated arches by spaces.
---
 reprepro-html-index |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/reprepro-html-index b/reprepro-html-index
index e4bfdf0..24b8f56 100755
--- a/reprepro-html-index
+++ b/reprepro-html-index
@@ -308,7 +308,7 @@ sub print_html_summary {
 						print '<span class="arch_uptodate">', $arch, '</span> ';
 					}
 				} else {
-					print '<span class="arch_outdated">', $arch, '</span>';
+					print '<span class="arch_outdated">', $arch, '</span> ';
 				}
 			} else {
 				print '<span class="arch_outdated">', $arch, '</span> (';

-- 
pkg-kde repository scripts



More information about the pkg-kde-commits mailing list