patch #2709040 [doc] Wrong link in ChangeLog formatter

This commit is contained in:
Marc Delisle
2009-03-25 16:50:28 +00:00
parent f6e8832f27
commit 2edd655ba3
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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_])@'
=> '<a href="\\1">\\1</a>',
// sourceforge users