Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2023 10:51:30 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 98024624ee - main - show number of hits
Message-ID:  <202309171051.38HApUGq050229@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=98024624ee35551b5a741d33b3bd333f3639e4f1

commit 98024624ee35551b5a741d33b3bd333f3639e4f1
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-09-17 10:51:21 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-09-17 10:51:21 +0000

    show number of hits
---
 website/content/en/cgi/ports.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
index 099630b01f..742c727fcb 100755
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -611,8 +611,10 @@ You may look for other <a href="https://www.freebsd.org/search/">FreeBSD Search
 </p>
 EOF
 }
+
 else {
     print "</dl>\n";
+    print "<p>Number of hits: $counter\n</p>\n";
     print &footer_links;
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309171051.38HApUGq050229>