From f564f956400f0b74e0da995ccd731b4c82d43a58 Mon Sep 17 00:00:00 2001 From: Nick Liu Date: Mon, 2 Jan 2023 14:21:35 +0100 Subject: [PATCH] BUG_REPORT.md: Update sed regex match to skip other HTML attributes A line can now be:

bcmath

Instead of just:

bcmath

--- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 6d478fe59..2c11df9e0 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -57,7 +57,7 @@ PHP Version 7.3.13 5. Paste everything into the "STDIN:" box 6. In the "Command line (--help):" box, write: - -rn 's|

([^<]+)

|\1|p' + -rn 's|

]+>([^<]+)

|\1|p' 7. Copy everything from the "STDOUT | STDERR:" box. 8. Paste what you copied here, replacing this whole "PHP Modules" section.