From patchwork Fri May 22 10:49:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3122 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49T3Bv6mTBz3xyt for ; Fri, 22 May 2020 10:49:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49T3Bs2DR4zJJ; Fri, 22 May 2020 10:49:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49T3Bs0B8Qz2y3q; Fri, 22 May 2020 10:49:09 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49T3Bq305Jz2xFj for ; Fri, 22 May 2020 10:49:07 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49T3Bp55KnzJJ for ; Fri, 22 May 2020 10:49:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1590144546; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Pxndm1E9MF7eJ9/TsyMC/XoVbuvqMbZASyFvq4RAVQM=; b=DwpAwzcudtXqR5eFZGnvTaxS9WWU1tbpCZ0HllQ5YiXKSVFqUuXEDnaq9rujKSiP5fWbph R5BvmMiwe62qZkAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1590144546; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Pxndm1E9MF7eJ9/TsyMC/XoVbuvqMbZASyFvq4RAVQM=; b=C0OV1iuy1PiBbb5T9GQec8tZy/mVK7S8zZfwFcDgRvNTir0wlHO9JaI6N787DaRV3rMAcD N4UpibDsGdA5kVUyY9CB+y8WxzrjMeOibI9RsAPUsrfpR+TGs8t7KepqjEAnAJxJuqtgny +FwqGgAby8wCM1xEY+tseMDevcqRlAn+5QRC3IHoRTjfTVYh18FfsbrOs1+GUYFYZi54VS BUcfZqs52yvkmJnWRRmGnD9juiDviTa4LgwpRHKPYbox1sCxNNTiF/08HqivAyHyyA+Xe8 seunesoHZpdB4Lrfs0O3a4lbZjVG1XeTDcubwdFi7O/vJnmqfTlWP0QZIR7Ptg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] pakfire.cgi: Cosmetic fix Date: Fri, 22 May 2020 12:49:02 +0200 Message-Id: <20200522104902.4059-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi index dacbe11f4..fa5bcdffa 100644 --- a/html/cgi-bin/pakfire.cgi +++ b/html/cgi-bin/pakfire.cgi @@ -250,7 +250,7 @@ END   $Lang::tr{'pakfire available addons'} $Lang::tr{'pakfire installed addons'} - +

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