[Po4a-commits] "po4a/lib/Locale/Po4a Sgml.pm,1.114,1.115"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Oct 22 16:32:55 UTC 2006


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv11322/lib/Locale/Po4a

Modified Files:
	Sgml.pm 
Log Message:
Avoid issues with the emacs/vim perl parsers.


Index: Sgml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Sgml.pm,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- Sgml.pm	22 Oct 2006 16:28:19 -0000	1.114
+++ Sgml.pm	22 Oct 2006 16:32:53 -0000	1.115
@@ -905,7 +905,7 @@
                                 }
                             }
                         }
-			if ($value =~ m/"/) { #"
+			if ($value =~ m/\"/) {
 			    $value = "'".$value."'";
 			} else {
 			    $value = '"'.$value.'"';




More information about the Po4a-commits mailing list