[Po4a-devel][CVS] po4a/lib/Locale/Po4a Xml.pm,1.10,1.11

Martin Quinson po4a-devel@lists.alioth.debian.org
Sat, 07 Aug 2004 04:36:23 +0000


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

Modified Files:
	Xml.pm 
Log Message:
Cosmetics (sorry)


Index: Xml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xml.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Xml.pm	7 Aug 2004 04:34:11 -0000	1.10
+++ Xml.pm	7 Aug 2004 04:36:21 -0000	1.11
@@ -777,7 +777,9 @@
 					}
 				}
 			}
-			if (!$complete) { die sprintf(dgettext ("po4a","po4a::xml: Bad attribute syntax at %s"),$ref)."\n"; }
+          
+			die sprintf(dgettext ("po4a","po4a::xml: Bad attribute syntax at %s"),$ref)."\n";
+				unless ($complete);
 		}
 	}
 	return $text;