[Po4a-commits] "po4a/lib/Locale/Po4a Xml.pm,1.50,1.51"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Fri Jul 6 18:28:36 UTC 2007


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv13950/lib/Locale/Po4a

Modified Files:
	Xml.pm 
Log Message:
Fix handling of tags with argument on multiple lines. Closes: #430792


Index: Xml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xml.pm,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Xml.pm	17 Jun 2007 00:19:39 -0000	1.50
+++ Xml.pm	6 Jul 2007 18:28:34 -0000	1.51
@@ -906,7 +906,7 @@
 								shift @tag;
 								shift @tag;
 							}
-							$tag[0] =~ /^(.*?)\Q$quot\E(.*)/;
+							$tag[0] =~ /^(.*?)\Q$quot\E(.*)/s;
 							$value .= $1;
 							$tag[0] = $2;
 						}




More information about the Po4a-commits mailing list