Bug 10573: (followup) French translation for printing a basketgroup
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Thu, 8 Aug 2013 18:54:22 +0000 (15:54 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 17 Aug 2013 16:05:53 +0000 (16:05 +0000)
small followup to fix tabs

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
acqui/pdfformat/layout3pagesfr.pm

index dc4a152..c052840 100644 (file)
@@ -35,10 +35,10 @@ use C4::Branch qw(GetBranchDetail GetBranchName);
 BEGIN {
          use Exporter   ();
          our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-       # set the version for version checking
+         # set the version for version checking
          $VERSION     = 1.00;
-       @ISA    = qw(Exporter);
-       @EXPORT = qw(printpdf);
+         @ISA    = qw(Exporter);
+         @EXPORT = qw(printpdf);
 }