git: e33b4332a9 - main - ports.cgi: fix html errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Jan 2026 19:29:41 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=e33b4332a9dcec1a02864ab802f2de23f609d6bc
commit e33b4332a9dcec1a02864ab802f2de23f609d6bc
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-01-19 19:29:34 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-01-19 19:29:34 +0000
ports.cgi: fix html errors
---
website/content/en/cgi/ports.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
index f7cb5febf6..28ac84bca2 100755
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -117,7 +117,7 @@ sub last_update {
}
sub last_update_message {
- return "<p>Last database update: @{[ &last_update ]}</p>\n";
+ return "Last database update: @{[ &last_update ]}\n";
}
sub dec {