$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-05-14 16:53:22
Author: danieljames
Date: 2008-05-14 16:53:21 EDT (Wed, 14 May 2008)
New Revision: 45368
URL: http://svn.boost.org/trac/boost/changeset/45368
Log:
Merge [45286]: When replacing links to LICENSE_*.txt avoid changing test
outside of the link.
Text files modified: 
   website/public_html/live/common/code/boost_archive.php |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: website/public_html/live/common/code/boost_archive.php
==============================================================================
--- website/public_html/live/common/code/boost_archive.php	(original)
+++ website/public_html/live/common/code/boost_archive.php	2008-05-14 16:53:21 EDT (Wed, 14 May 2008)
@@ -239,7 +239,7 @@
             'href="/users/people/${1}l"',
             $text );
         $text = preg_replace(
-            '@href="?(?:\.\./)+(LICENSE_.*\.txt)"?@i',
+            '@href="?(?:\.\./)+(LICENSE_[^"\s]*\.txt)"?@i',
             'href="/${1}"',
             $text );
         $text = preg_replace(