Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2009-03-25 19:50:28 +0300
committerMarc Delisle <marc@infomarc.info>2009-03-25 19:50:28 +0300
commit2edd655ba3ad19ed8e6cea73783c5a9546f23799 (patch)
tree16494befdc67005e6858886359dd8430e2c60b47 /changelog.php
parentf6e8832f27171a38103f68245362bfe875bf2d28 (diff)
patch #2709040 [doc] Wrong link in ChangeLog formatter
Diffstat (limited to 'changelog.php')
-rw-r--r--changelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.php b/changelog.php
index acb7cc421f..7b8c6f3ec1 100644
--- a/changelog.php
+++ b/changelog.php
@@ -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