www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/prep/gnumaint gm-generate.pl


From: Therese Godefroy
Subject: www/prep/gnumaint gm-generate.pl
Date: Wed, 11 Nov 2020 13:53:25 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/11/11 13:53:25

Modified files:
        prep/gnumaint  : gm-generate.pl 

Log message:
        Suppress nonbreaking spaces between package-list items with CSS. 

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/prep/gnumaint/gm-generate.pl?cvsroot=www&r1=1.24&r2=1.25

Patches:
Index: gm-generate.pl
===================================================================
RCS file: /webcvs/www/www/prep/gnumaint/gm-generate.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- gm-generate.pl      28 Aug 2020 09:14:36 -0000      1.24
+++ gm-generate.pl      11 Nov 2020 18:53:24 -0000      1.25
@@ -1,4 +1,4 @@
-# $Id: gm-generate.pl,v 1.24 2020/08/28 09:14:36 th_g Exp $
+# $Id: gm-generate.pl,v 1.25 2020/11/11 18:53:24 th_g Exp $
 # The generate actions for the gm script (see --help message).
 # 
 # Copyright 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2020
@@ -322,7 +322,7 @@
   my %pkgs = &read_gnupackages ();
   for my $pkgname (sort keys %pkgs) {
     next if &skip_pkg_p ($pkgname);
-    push (@ret, qq!<a href="$pkgname/">$pkgname</a>&nbsp;!);
+    push (@ret, qq!<a href="$pkgname/">$pkgname</a><span 
class="no-display">&nbsp;</span>!);
   }
 
   push (@ret, "<!-- End file $autostamp -->");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]