From patchwork Wed Feb 2 14:35:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 5037 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jpkr20km5z3wp0 for ; Wed, 2 Feb 2022 14:36:02 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jpkqz4lFdz1y7; Wed, 2 Feb 2022 14:35:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jpkqz23T0z2yW0; Wed, 2 Feb 2022 14:35:59 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jpkqy23T5z2xK6 for ; Wed, 2 Feb 2022 14:35:58 +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 4Jpkqx37Jsz77; Wed, 2 Feb 2022 14:35:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643812557; 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=0lOAMvSteKbGRzqBbEK1pmCJ2E+3tsb+0iLN7/Xlfpw=; b=26Myy+ukrsi0hFU+Ki6lUITMnNh11UtwwSN2gGq/WnVTwNjyT4PUodSvKebPjD6uCq1Fhv ZySvNq1QuK7j4fCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643812557; 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=0lOAMvSteKbGRzqBbEK1pmCJ2E+3tsb+0iLN7/Xlfpw=; b=mXDpANoDvpeMAy3kJTCILB3LPSrzNde++1dUcxaTNjHgVu6I9lC2x5vX5niCBr7DO5f2HH l+F0bIn5Y1HR8Nm0vVsPiXee256rbiXfPfWsRmiYnzK2sxeSLox9Ct2ab8OL/5aGzWcQK/ yDZuaDouN9PqDzPbc5feOXVcp2HlbZTMMY4IbxQsgHukuvLUsd0q6kqrX+DVk8g23nCcqt XKeAI+lbAEVk0iGz2WYqWq3MAWuvzwbZvEyQO+fjRg1G/z5u779oXDnaDSFHadLluUUgOf 7I47onXYFn2ynsTWsTxmYFbDeTHMpTfqfP+9vDbgw7zCbqlptUiLcXM+Q4i1Gg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] ids.cgi: Fix unmatched right curley. Date: Wed, 2 Feb 2022 15:35:49 +0100 Message-Id: <20220202143549.3407775-1-stefan.schantl@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" It seems during resolving a merge conflict this curley accidently remains. Signed-off-by: Stefan Schantl --- html/cgi-bin/ids.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 161464d0d..3173eb985 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -1643,7 +1643,6 @@ END END ; &Header::closebox(); - } } #