Date: Tue, 24 Feb 2026 04:06:04 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 293397] Menu options not working at FreeBSD AMI ID pages Message-ID: <bug-293397-9-joaG4QKTjL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-293397-9@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293397 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=8fdf179e0b7bee5d168965bd9992b5569dee6dc0 commit 8fdf179e0b7bee5d168965bd9992b5569dee6dc0 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2026-02-24 03:58:45 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2026-02-24 04:05:07 +0000 EC2 AMIs: Add .trim() to filtering script The FreeBSD website uses HTML Tidy, which adds whitespace inside the table of EC2 AMIs; I didn't notice this when I was testing locally because it didn't run there. This results in the filtering breaking since e.g. "ufs" does not match "\nufs\n". Addding .trim() to the filtering script removes the extra whitespace which HTML Tidy added. PR: 293397 website/content/en/releases/15.0R/ec2-ami-ids/latest.adoc | 8 ++++---- website/content/en/releases/15.0R/ec2-ami-ids/release.adoc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293397-9-joaG4QKTjL>
