diff --git a/changelog.php b/changelog.php
index 7a03793b76..fcd727f250 100644
--- a/changelog.php
+++ b/changelog.php
@@ -64,7 +64,7 @@ $replaces = array(
// linking files
'/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i'
- => '\\1\\2',
+ => '\\1\\2',
// FAQ entries
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'
@@ -88,9 +88,9 @@ $replaces = array(
// Highlight releases (with links)
'/([0-9]+)\.([0-9]+)\.([0-9]+)\.0 (\([0-9-]+\))/'
- => '\\1.\\2.\\3.0 \\4',
+ => '\\1.\\2.\\3.0 \\4',
'/([0-9]+)\.([0-9]+)\.([0-9]+)\.([1-9][0-9]*) (\([0-9-]+\))/'
- => '\\1.\\2.\\3.\\4 \\5',
+ => '\\1.\\2.\\3.\\4 \\5',
// Highlight releases (not linkable)
'/( ### )(.*)/'