[Po4a-devel][CVS] po4a/lib/Locale/Po4a Sgml.pm,1.28,1.29

Martin Quinson po4a-devel@lists.alioth.debian.org
Mon, 02 Aug 2004 09:45:50 +0000


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

Modified Files:
	Sgml.pm 
Log Message:
Turn of debugging

Index: Sgml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Sgml.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Sgml.pm	1 Aug 2004 20:56:16 -0000	1.28
+++ Sgml.pm	2 Aug 2004 09:45:48 -0000	1.29
@@ -178,7 +178,7 @@
 
 my %debug=('tag' => 0, 
 	   'generic' => 0,
-	   'entities' => 1,
+	   'entities' => 0,
            'refs'   => 0);
 
 my $xmlprolog = undef; # the '<?xml ... ?>' line if existing