diff --git a/ChangeLog b/ChangeLog index 09b0e2dcfe66..be67de53dc67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3, thanks to Alex Frase - atfrase - bug #2417058 [properties] Edit fields: losing auto-increment setting +- patch #2444082 [changelog] changelog.php linkifies one link wrong, + thanks to Robert Xiao - nneonneo 3.1.1.0 (2008-12-09) - patch #2242765 [core] Navi panel server links wrong, diff --git a/changelog.php b/changelog.php index 006070b6f825..b956a1066d8f 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