diff --git a/changelog.php b/changelog.php
index 5e85e6685..dcdbecf5d 100644
--- a/changelog.php
+++ b/changelog.php
@@ -55,7 +55,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'