Skip to content

Commit

Permalink
patch #2444082 [changelog] changelog.php linkifies one link wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Dec 18, 2008
1 parent 3d8f04b commit 5e8e978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion changelog.php
Expand Up @@ -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_])@'
=> '<a href="\\1">\\1</a>',

// sourceforge users
Expand Down

0 comments on commit 5e8e978

Please sign in to comment.