logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[mb-commits] r8384 - mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/Mus: msg#00081

Subject: [mb-commits] r8384 - mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/MusicBrainz/Server
Author: keschte
Date: 2006-08-10 20:59:22 +0000 (Thu, 10 Aug 2006)
New Revision: 8384

Modified:
   
mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/MusicBrainz/Server/ModerationNote.pm
Log:
new shortened urls include trailing ) (fixes #1765)


Modified: 
mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/MusicBrainz/Server/ModerationNote.pm
===================================================================
--- 
mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/MusicBrainz/Server/ModerationNote.pm
     2006-08-10 20:47:29 UTC (rev 8383)
+++ 
mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/MusicBrainz/Server/ModerationNote.pm
     2006-08-10 20:59:22 UTC (rev 8384)
@@ -89,8 +89,7 @@
                                \z # end of string
                                | \s # any space
                                | [,\.!\?](?:\s|\z) # punctuation then space or 
end
-                               | ["'>] # any of these characters 
-                                               # 2006-07-01: removed 
\x29=closing paranthesis --keschte
+                               | [\x29"'>] # any of these characters 
                        )
                )
                /six, $text, -1;


<Prev in Thread] Current Thread [Next in Thread>