[Po4a-commits] "po4a/lib/Locale/Po4a TeX.pm,1.91,1.92"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Wed Aug 16 18:07:11 UTC 2006


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

Modified Files:
	TeX.pm 
Log Message:
Cut&paste typo.


Index: TeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TeX.pm,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- TeX.pm	16 Aug 2006 18:04:28 -0000	1.91
+++ TeX.pm	16 Aug 2006 18:07:09 -0000	1.92
@@ -1627,8 +1627,8 @@
     if ($options{'no_wrap'}) {
         foreach (split(/,/, $options{'no_wrap'})) {
             $no_wrap_environments .= " $_";
-            register_generic_environment("$env,")
-                unless (defined $environments{$env});
+            register_generic_environment("$_,")
+                unless (defined $environments{$_});
         }
     }
 




More information about the Po4a-commits mailing list