texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo makeinfo.c,1.12,1.13


From: dirt
Subject: texinfo/makeinfo makeinfo.c,1.12,1.13
Date: Tue, 30 Dec 2003 11:32:41 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv27887/makeinfo

Modified Files:
        makeinfo.c 
Log Message:
2003-12-30  Alper Ersoy  <address@hidden>

        * makeinfo/makeinfo.c (cm_image): use HTML entities in alt attribute.



Index: makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** makeinfo.c  2003/12/28 11:48:52     1.12
--- makeinfo.c  2003/12/30 10:32:39     1.13
***************
*** 3778,3782 ****
            add_word_args ("\"%s\"", fullname);
            add_html_elt (" alt=");
!           add_word_args ("\"%s\">", (*alt_arg) ? text_expansion (alt_arg) : 
fullname);
          }
        else if (xml && docbook)
--- 3778,3783 ----
            add_word_args ("\"%s\"", fullname);
            add_html_elt (" alt=");
!           add_word_args ("\"%s\">", 
!               escape_string (*alt_arg ? text_expansion (alt_arg) : fullname));
          }
        else if (xml && docbook)



reply via email to

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