texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/Texinfo/Convert/IXIN.pm: update.


From: Patrice Dumas
Subject: branch master updated: tp/Texinfo/Convert/IXIN.pm: update.
Date: Sun, 18 Sep 2022 09:04:59 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new f540f9fb6c tp/Texinfo/Convert/IXIN.pm: update.
f540f9fb6c is described below

commit f540f9fb6c87f1c3dac84f5d0399814aae2e5b11
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Sep 18 15:04:37 2022 +0200

    tp/Texinfo/Convert/IXIN.pm: update.
---
 tp/Texinfo/Convert/IXIN.pm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index 879a03aa70..4227c353b0 100644
--- a/tp/Texinfo/Convert/IXIN.pm
+++ b/tp/Texinfo/Convert/IXIN.pm
@@ -155,7 +155,8 @@ sub _ixin_attributes($$$)
       if ($attribute_string_names{$name}
           and $attribute_string_names{$name}->{$attribute_spec->[0]}) {
         $result .= '"'
-          
.Texinfo::Convert::TexinfoSXML->protect_text($attribute_spec->[1]).'"';
+          .Texinfo::Convert::TexinfoSXML->txi_markup_protect_text(
+                                               $attribute_spec->[1]).'"';
       } else {
         $result .= $attribute_spec->[1];
       }
@@ -881,7 +882,8 @@ sub output_ixin($$)
       my $basefile;
       my $extension;
       if (defined($command->{'args'}->[0])
-            and @{$command->{'args'}->[0]->{'contents'}}) {
+          and $command->{'args'}->[0]->{'contents'}
+          and @{$command->{'args'}->[0]->{'contents'}}) {
         $basefile = Texinfo::Convert::Text::convert_to_text(
           {'contents' => $command->{'args'}->[0]->{'contents'}},
           {'code' => 1,
@@ -890,7 +892,8 @@ sub output_ixin($$)
         next;
       }
       if (defined($command->{'args'}->[4])
-            and @{$command->{'args'}->[4]->{'contents'}}) {
+          and $command->{'args'}->[4]->{'contents'}
+          and @{$command->{'args'}->[4]->{'contents'}}) {
         $extension = Texinfo::Convert::Text::convert_to_text(
           {'contents' => $command->{'args'}->[4]->{'contents'}},
           {'code' => 1,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]