diff --git a/bin/news2html b/bin/news2html
index 0b72e8824a..97d20a75fa 100755
--- a/bin/news2html
+++ b/bin/news2html
@@ -64,8 +64,8 @@ $bug_map = [
'/Fixed bug #([0-9]+)/' => '',
'/Fixed PECL bug #([0-9]+)/' => '',
'/Implemented FR #([0-9]+)/' => '',
- '/GitHub PR #([0-9]+)/' => '',
- '/GH-([0-9]+)/' => '',
+ '/GitHub PR #([0-9]+)/' => '',
+ '/GH-([0-9]+)/' => '',
];
foreach($entries as $module => $items) {