From: Matthias Fischer Date: Fri, 22 May 2020 10:49:02 +0000 (+0200) Subject: pakfire.cgi: Cosmetic fix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b81c77b96b538950c719dcb9be94d984b47f91f7;p=people%2Fstevee%2Fipfire-2.x.git pakfire.cgi: Cosmetic fix The two text passages for 'pakfire install...' and 'pakfire uninstall...' under 'Available' and 'Installed Addons:' are so close together that the first line appears as a single line. This patch separates these two areas a bit from each other so that they are better readable. Signed-off-by: Matthias Fischer --- diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi index 51f586aa25..65c67fb90c 100644 --- a/html/cgi-bin/pakfire.cgi +++ b/html/cgi-bin/pakfire.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -381,7 +381,7 @@ END $Lang::tr{'pakfire available addons'} $Lang::tr{'pakfire installed addons'} -

$Lang::tr{'pakfire install description'}

+

$Lang::tr{'pakfire install description'}

-

$Lang::tr{'pakfire uninstall description'}

+

$Lang::tr{'pakfire uninstall description'}