CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Gaius Mulley <[EMAIL PROTECTED]>        05/11/25 17:00:46

Modified files:
        .              : ChangeLog 
        src/devices/grohtml: post-html.cpp 

Log message:
        * src/devices/grohtml/post-html.cpp (html_printer::do_file_components):
        added fputs calls to emit the head contents and shutdown the head tag
        whenever a new file component is generated.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/ChangeLog.diff?tr1=1.861&tr2=1.862&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/src/devices/grohtml/post-html.cpp.diff?tr1=1.27&tr2=1.28&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.861 groff/ChangeLog:1.862
--- groff/ChangeLog:1.861       Tue Nov 22 17:39:19 2005
+++ groff/ChangeLog     Fri Nov 25 17:00:45 2005
@@ -1,3 +1,9 @@
+2005-11-25  Gaius Mulley  <[EMAIL PROTECTED]>
+
+       * src/devices/grohtml/post-html.cpp (html_printer::do_file_components):
+       added fputs calls to emit the head contents and shutdown the head tag
+       whenever a new file component is generated.
+
 2005-11-22  Gaius Mulley  <[EMAIL PROTECTED]>
 
        * src/devices/grohtml/post-html.cpp (html_printer::flush_page):
Index: groff/src/devices/grohtml/post-html.cpp
diff -u groff/src/devices/grohtml/post-html.cpp:1.27 
groff/src/devices/grohtml/post-html.cpp:1.28
--- groff/src/devices/grohtml/post-html.cpp:1.27        Tue Nov 22 17:39:19 2005
+++ groff/src/devices/grohtml/post-html.cpp     Fri Nov 25 17:00:46 2005
@@ -4632,6 +4632,8 @@
       freopen(split_file.contents(), "w", stdout);
       fragment_no++;
       writeHeadMetaStyle();
+      fputs(head_info.contents(), stdout);
+      fputs("</head>\n", stdout);
       write_navigation(top, prev, next, current);
     }
     if (file_list.are_links_required())


_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to