https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293397
--- Comment #3 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=8fdf179e0b7bee5d168965bd9992b5569dee6dc0 commit 8fdf179e0b7bee5d168965bd9992b5569dee6dc0 Author: Colin Percival <[email protected]> AuthorDate: 2026-02-24 03:58:45 +0000 Commit: Colin Percival <[email protected]> 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.
