[Dwn-trans-commit] jeb-guest - r6 - /french/verification.pl

dwn-trans-commit at lists.alioth.debian.org dwn-trans-commit at lists.alioth.debian.org
Sun Nov 23 02:58:27 UTC 2008


Author: jeb-guest
Date: Sun Nov 23 02:58:27 2008
New Revision: 6

URL: http://svn.debian.org/wsvn/dwn-trans/?sc=1&rev=6
Log:
A little mistake in regexp

Modified:
    french/verification.pl

Modified: french/verification.pl
URL: http://svn.debian.org/wsvn/dwn-trans/french/verification.pl?rev=6&op=diff
==============================================================================
--- french/verification.pl (original)
+++ french/verification.pl Sun Nov 23 02:58:27 2008
@@ -25,8 +25,8 @@
 		s/(\s)»/__$1__»/g;
 		print "BS : $_";
 	}
-	if (/\« /) {
-		s/\«( )/«__$1__/g;
+	if (/\«\s/) {
+		s/\«(\s)/«__$1__/g;
 		print "BS : $_";
 	}
 	# Wrong space in link




More information about the Dwn-trans-commit mailing list