patch #2709040 [doc] Wrong link in ChangeLog formatter
This commit is contained in:
@@ -58,6 +58,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
thanks to Christian Rodriguez - judas_iscariote
|
thanks to Christian Rodriguez - judas_iscariote
|
||||||
- patch #2702772 [lang] Duplicate sentence in Polish,
|
- patch #2702772 [lang] Duplicate sentence in Polish,
|
||||||
thanks to Pawel Smolinski - zipoking
|
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)
|
3.1.3.1 (2009-03-24)
|
||||||
- [security] HTTP Response Splitting and file inclusion vulnerabilities
|
- [security] HTTP Response Splitting and file inclusion vulnerabilities
|
||||||
|
@@ -30,7 +30,7 @@ if (substr(CHANGELOG_FILE, -3) == '.gz') {
|
|||||||
$changelog = htmlspecialchars($changelog);
|
$changelog = htmlspecialchars($changelog);
|
||||||
|
|
||||||
$replaces = array(
|
$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>',
|
=> '<a href="\\1">\\1</a>',
|
||||||
|
|
||||||
// sourceforge users
|
// sourceforge users
|
||||||
|
Reference in New Issue
Block a user