From owner-dev-commits-doc-all@freebsd.org Tue Jan 26 21:07:25 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 543144E0B3C for ; Tue, 26 Jan 2021 21:07:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQK7K1vW1z4TgX; Tue, 26 Jan 2021 21:07:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3432D10E05; Tue, 26 Jan 2021 21:07:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 10QL7P0F075345; Tue, 26 Jan 2021 21:07:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 10QL7Pu5075344; Tue, 26 Jan 2021 21:07:25 GMT (envelope-from git) Date: Tue, 26 Jan 2021 21:07:25 GMT Message-Id: <202101262107.10QL7Pu5075344@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Sergio Carlavilla Delgado Subject: git: b083596abd - main - Revert cgi styles to previous state. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: carlavilla X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b083596abd9d5c9164e5b4abe71f1389b828812e Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2021 21:07:25 -0000 The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=b083596abd9d5c9164e5b4abe71f1389b828812e commit b083596abd9d5c9164e5b4abe71f1389b828812e Author: Sergio Carlavilla Delgado AuthorDate: 2021-01-26 21:03:42 +0000 Commit: Sergio Carlavilla Delgado CommitDate: 2021-01-26 21:03:42 +0000 Revert cgi styles to previous state. Revert commit 3e0cefa2fe0f5173e6030892790c238f9af9f6a7 --- website/content/en/cgi/cgi-style.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl index 03d5b6f1fd..7a472103fc 100644 --- a/website/content/en/cgi/cgi-style.pl +++ b/website/content/en/cgi/cgi-style.pl @@ -8,7 +8,7 @@ $yr += 1900; $mo += 1; $timestamp = "$mo-$md-$yr"; -if (!defined($hsty_base)) { +if (!defined($hsty_base)) { # $hsty_base should be relative if possible, so that mirrors # serve their local copy instead of going to the main site. # However, if we aren't running as a cgi, or if we're @@ -217,10 +217,10 @@ $html @@ -254,7 +254,7 @@ sub html_footer { sub get_the_source { return if $ENV{'PATH_INFO'} ne '/get_the_source'; - open(R, $0) || do { + open(R, $0) || do { print "Oops! open $0: $!\n"; # should not reached exit; };