texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo makeinfo.c,1.8,1.9


From: dirt
Subject: texinfo/makeinfo makeinfo.c,1.8,1.9
Date: Tue, 23 Dec 2003 11:50:35 +0100

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

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

        * makeinfo/makeinfo.c (cm_image): use text_expansion for alt
        attribute of images.



Index: makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** makeinfo.c  2003/12/22 19:34:12     1.8
--- makeinfo.c  2003/12/23 10:50:33     1.9
***************
*** 3749,3753 ****
            add_word_args ("\"%s\"", fullname);
            add_html_elt (" alt=");
!           add_word_args ("\"%s\">", (*alt_arg) ? alt_arg : fullname);
          }
        else if (xml && docbook)
--- 3749,3753 ----
            add_word_args ("\"%s\"", fullname);
            add_html_elt (" alt=");
!           add_word_args ("\"%s\">", (*alt_arg) ? text_expansion (alt_arg) : 
fullname);
          }
        else if (xml && docbook)



reply via email to

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