git: 98024624ee - main - show number of hits
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Sep 2023 10:51:30 UTC
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; }