From patchwork Tue Jan 17 14:03:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6437 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nx9c51qq9z3wgZ for ; Tue, 17 Jan 2023 14:04:05 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nx9c36DNtzmK; Tue, 17 Jan 2023 14:04:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nx9c34mQkz30Fx; Tue, 17 Jan 2023 14:04:03 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nx9c21zHnz2xZS for ; Tue, 17 Jan 2023 14:04:02 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nx9c13Hnczkm; Tue, 17 Jan 2023 14:04:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1673964241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Jp0gEcGVikCz8brkQ9rVQp3SeMR1JSNCeqLw522hT9I=; b=rGTcmC2CzxkVeCvfapf8nKTKnbT2OEFBroTdPA1fGnrip54EfQTSGuIgcCxnQlYqkWBt1n iEuBcek4NGXe+WCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1673964241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Jp0gEcGVikCz8brkQ9rVQp3SeMR1JSNCeqLw522hT9I=; b=BCmUxfMJGPg5haJShm4bwm4JF4pSHEFa8D49nPPtVWOnokAFDDhMGUrpZO5/heQtcnpiLc ckE433gJxHlwJNKhm1jSHnOMebwt0Ffs6LwBIqRA/7+cZsYWjuyt1uuZeroI/K+MltdrRz Om8+H32g++Er8jiiWna3HTPG35I90P5rBzS74sdPiXPTekufQc86msxZvZmTOSG/iUCMcz gqWFOhQy75dJ5yKMBRm2qr3kL95mFmD242+PWqQsNyPm+WBQL1R8DvFCarXdP2BcR7gHjD AimGApEg+lifDj8f4OrwZ02VcGaIWr95+NZOCnpMWgsfkptvpxQGH5+BE/PeZw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ovpnmain.cgi: Fix for bug 13030 - Table style rendering bug Date: Tue, 17 Jan 2023 15:03:58 +0100 Message-Id: <20230117140358.3564163-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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" - In six places has been used instead of - This patch fixes that error - tested on my vm testbed. Selecting Inspect Element now shows the corrrect result rather than class 'base' being set to null. Tested-by: Adolf Belka Signed-off-by: Adolf Belka Reviewed-by: Bernhard Bitsch --- html/cgi-bin/ovpnmain.cgi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 2d19301a6..42a7354fc 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -2710,7 +2710,7 @@ print < - + @@ -2765,7 +2765,7 @@ print <
$Lang::tr{'misc-options'}$Lang::tr{'misc-options'}
- + @@ -4648,7 +4648,7 @@ if ($cgiparams{'TYPE'} eq 'net') { - + @@ -4672,7 +4672,7 @@ if ($cgiparams{'TYPE'} eq 'net') { - + @@ -5222,7 +5222,7 @@ END - + @@ -5239,7 +5239,7 @@ END - +
$Lang::tr{'log-options'}$Lang::tr{'log-options'}

$Lang::tr{'MTU settings'}$Lang::tr{'MTU settings'}
$Lang::tr{'MTU'}

$Lang::tr{'ovpn crypt options'}:$Lang::tr{'ovpn crypt options'}:
$Lang::tr{'cipher'}

$Lang::tr{'net config'}:$Lang::tr{'net config'}:


$Lang::tr{'ovpn crypt options'}:$Lang::tr{'ovpn crypt options'}: