diff --git a/ChangeLog b/ChangeLog index 70c7a5627..63c2bdecd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,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 b956a1066..98f031328 100644 --- a/changelog.php +++ b/changelog.php @@ -9,7 +9,7 @@ $changelog = htmlspecialchars(file_get_contents('ChangeLog')); $replaces = array( - '@(http://[./a-zA-Z0-9.-_]*[/a-zA-Z0-9_])@' + '@(http://[./a-zA-Z0-9.-_-]*[/a-zA-Z0-9_])@' => '\\1', // sourceforge users