texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo html.c,1.6,1.7


From: dirt
Subject: texinfo/makeinfo html.c,1.6,1.7
Date: Sat, 10 Jan 2004 14:51:50 +0100

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

Modified Files:
        html.c 
Log Message:
2004-01-10  Alper Ersoy  <address@hidden>

        * makeinfo/html.c (html_output_head): use insert_string instead of
        add_word for css inclusion to avoid reformatting.



Index: html.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/html.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** html.c      6 Jan 2004 18:42:10 -0000       1.6
--- html.c      10 Jan 2004 13:51:47 -0000      1.7
***************
*** 154,158 ****
      /* Write out any css code from the user's --css-file.  */
      if (css_inline)
!       add_word (css_inline);
  
      add_word ("--></style>\n");
--- 154,158 ----
      /* Write out any css code from the user's --css-file.  */
      if (css_inline)
!       insert_string (css_inline);
  
      add_word ("--></style>\n");



reply via email to

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