diff --git a/changelog.php b/changelog.php index e55c02d93..9dd53e22b 100644 --- a/changelog.php +++ b/changelog.php @@ -32,7 +32,7 @@ $replaces = array( // linking files '/(\s+)([\\/a-z_0-9\.]+\.php)/i' - => '\\1\\2', + => '\\1\\2', ); header('Content-type: text/html; charset=utf-8');