diff --git a/ChangeLog b/ChangeLog index c6b7bbef4..423e4091c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,6 +58,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA thanks to Christian Rodriguez - judas_iscariote - patch #2702772 [lang] Duplicate sentence in Polish, thanks to Pawel Smolinski - zipoking +- patch #2709040 [doc] Wrong link in ChangeLog formatter, + thanks to Petr Vorel - pevik 3.1.3.1 (2009-03-24) - [security] HTTP Response Splitting and file inclusion vulnerabilities diff --git a/changelog.php b/changelog.php index acb7cc421..7b8c6f3ec 100644 --- a/changelog.php +++ b/changelog.php @@ -30,7 +30,7 @@ if (substr(CHANGELOG_FILE, -3) == '.gz') { $changelog = htmlspecialchars($changelog); $replaces = array( - '@(http://[./a-zA-Z0-9.-_]*[/a-zA-Z0-9_])@' + '@(http://[./a-zA-Z0-9.-_-]*[/a-zA-Z0-9_])@' => '\\1', // sourceforge users