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:
authorMichal Čihař <michal@cihar.com>2006-04-20 19:03:53 +0400
committerMichal Čihař <michal@cihar.com>2006-04-20 19:03:53 +0400
commit96947846a45743c7ac2780c245aa798d58f24517 (patch)
tree6ef168bc40b32d58ca0dd62283edfaec47f8ce2f /changelog.php
parent8e32b42eb2fcf22b7383caad03dda61c5fd9c4a8 (diff)
highlight releases
Diffstat (limited to 'changelog.php')
-rw-r--r--changelog.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.php b/changelog.php
index 9b5c671a37..4946b510bb 100644
--- a/changelog.php
+++ b/changelog.php
@@ -50,6 +50,10 @@ $replaces = array(
'/((CAN|CVE)-[0-9]+-[0-9]+)/'
=> '<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=\\1">\\1</a>',
+ // Highlight releases
+ '/( ### )(.*)/'
+ => '\\1<b>\\2</b>',
+
);
header('Content-type: text/html; charset=utf-8');