Alasdair Sinclair : Fix bug list in release announcement

Jeremy Newman jnewman at winehq.org
Mon Apr 16 11:04:27 CDT 2012


Module: website
Branch: master
Commit: 46ecfe23067a261412287cadf52fb18ac5af6301
URL:    http://source.winehq.org/git/website.git/?a=commit;h=46ecfe23067a261412287cadf52fb18ac5af6301

Author: Alasdair Sinclair <alasdairsinc at gmail.com>
Date:   Sun Apr 15 17:27:46 2012 +0100

Fix bug list in release announcement

Regards

Alasdair

---

 include/plugins/announce.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/plugins/announce.php b/include/plugins/announce.php
index 6faaae2..5000fc5 100644
--- a/include/plugins/announce.php
+++ b/include/plugins/announce.php
@@ -39,7 +39,7 @@ if ($arr = file($announce))
         }           
         else if ($in_bugs)
         {
-            $arr[$c] = preg_replace("^/( +)([0-9]+)/",
+            $arr[$c] = preg_replace("/^( +)([0-9]+)/",
                                     "\\1<a href=\"".$config->bug_system."\\2\">\\2</a>",
                                     $arr[$c]);
         }




More information about the wine-cvs mailing list