[Po4a-commits] "po4a/lib/Locale/Po4a Xhtml.pm,1.3,1.4"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Wed Aug 8 18:07:04 UTC 2007


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv7644/lib/Locale/Po4a

Modified Files:
	Xhtml.pm 
Log Message:
re-indented.


Index: Xhtml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xhtml.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Xhtml.pm	13 Jun 2006 20:14:02 -0000	1.3
+++ Xhtml.pm	8 Aug 2007 18:07:02 -0000	1.4
@@ -82,14 +82,14 @@
 @ISA = qw(Locale::Po4a::Xml);
 
 sub initialize {
-	my $self = shift;
-	my %options = @_;
+        my $self = shift;
+        my %options = @_;
 
-	$self->SUPER::initialize(%options);
-	$self->{options}{'wrap'}=1;
+        $self->SUPER::initialize(%options);
+        $self->{options}{'wrap'}=1;
         $self->{options}{'doctype'}=$self->{options}{'doctype'} || 'html';
 
-	$self->{options}{'inline'}.='
+        $self->{options}{'inline'}.='
                 <a> 
                 <object> 
                 <br> 
@@ -121,7 +121,7 @@
                 <button> 
                 <ins> 
                 <del>
-	';
+        ';
 
         # Ignored tags: <img>
         # Technically, <img> is an inline tag, but setting it as such is
@@ -130,10 +130,10 @@
         # program not inlining img: you now have to translate all your
         # images. That'll teach you).
 
-	$self->{options}{'attributes'}.='
-		lang
+        $self->{options}{'attributes'}.='
+                lang
                 alt
                 title
                 ';
-	$self->treat_options;
+        $self->treat_options;
 }




More information about the Po4a-commits mailing list