patch #2709040 [doc] Wrong link in ChangeLog formatter

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

View File

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

View File

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