[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debian JP master SVN www commits (rev.588)



=======================================================
Repository: /org/svn.debian.or.jp/repos
  Revision: 588
  Commiter: nori
      Date: 2008-02-28 17:25:14 +0900 (木, 28  2月 2008)
=======================================================
Log:

Undo the "PO4ADUMMYATTR=" mask for the output wml file.


=======================================================
Changed:

U   po4a/lib/Locale/Po4a/Wml.pm

Modified: po4a/lib/Locale/Po4a/Wml.pm
===================================================================
--- po4a/lib/Locale/Po4a/Wml.pm	2008-02-27 05:58:20 UTC (rev 587)
+++ po4a/lib/Locale/Po4a/Wml.pm	2008-02-28 08:25:14 UTC (rev 588)
@@ -140,6 +140,7 @@
       $file = join("",@{$xmlizer->{TT}{doc_out}});
       $file =~ s/^<!--PO4ASHARPBEGIN(.*?)PO4ASHARPEND-->/#$1/mg;
       $file =~ s/<!--PO4ABEGINPERL(.*?)PO4AENDPERL-->/<:$1:>/msg;
+      $file =~ s|(<define-tag\s+)PO4ADUMMYATTR="([^"]*)"|$1$2|g;
       $file =~ s/PO4ALT/</msg;
       $file =~ s/PO4AGT/>/msg;