[Po4a-commits] "po4a/lib/Locale/Po4a Docbook.pm,1.11,1.12"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Dec 4 16:46:38 UTC 2005


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

Modified Files:
	Docbook.pm 
Log Message:
I messaed up this line.


Index: Docbook.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Docbook.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Docbook.pm	4 Dec 2005 16:44:51 -0000	1.11
+++ Docbook.pm	4 Dec 2005 16:46:36 -0000	1.12
@@ -234,7 +234,7 @@
 		<wordasword>
 		<xref>
 		<year>) {
-		if ($self->{options}{'inline'} !~ /(^|\s+)\Q$tag\E(?:\s+|$)/) {
+		if (not defined $self->{nodefault}{$tag}) {
 			$additional_inline .= " $tag";
 		}
 	}




More information about the Po4a-commits mailing list