We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee0117 commit 1d73c26Copy full SHA for 1d73c26
bin/news2html
@@ -64,8 +64,8 @@ $bug_map = [
64
'/Fixed bug #([0-9]+)/' => '<?php bugfix(\1); ?'.'>',
65
'/Fixed PECL bug #([0-9]+)/' => '<?php peclbugfix(\1); ?'.'>',
66
'/Implemented FR #([0-9]+)/' => '<?php implemented(\1); ?'.'>',
67
- '/GitHub PR #([0-9]+)/' => '<?php githubissuel(\'php/php-src\',\1); ?'.'>',
68
- '/GH-([0-9]+)/' => '<?php githubissuel(\'php/php-src\',\1); ?'.'>',
+ '/GitHub PR #([0-9]+)/' => '<?php githubissuel(\'php/php-src\', \1); ?'.'>',
+ '/GH-([0-9]+)/' => '<?php githubissuel(\'php/php-src\', \1); ?'.'>',
69
];
70
71
foreach($entries as $module => $items) {
0 commit comments