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>2008-12-18 20:37:58 +0300
committerMarc Delisle <marc@infomarc.info>2008-12-18 20:37:58 +0300
commit778e720ceccdb84c4546283dee329023429c3546 (patch)
tree011e1a6fe1ab4f72d88e1a0b98b095f1fb669a61 /changelog.php
parent0a36001aba03bda79086d4a7b264f959b3508bcb (diff)
patch #2444082 [changelog] changelog.php linkifies one link wrong
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 f38832277a..acb7cc421f 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