From b81c77b96b538950c719dcb9be94d984b47f91f7 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Fri, 22 May 2020 12:49:02 +0200 Subject: [PATCH] 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 --- html/cgi-bin/pakfire.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'}