/[groff]/groff/src/devices/grohtml/post-html.cpp
ViewVC logotype

Diff of /groff/src/devices/grohtml/post-html.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by wl, Wed Feb 16 20:20:34 2005 UTC revision 1.20 by wl, Sun Feb 27 06:26:15 2005 UTC
# Line 2225  void html_printer::emit_raw (text_glob * Line 2225  void html_printer::emit_raw (text_glob *
2225      current_paragraph->done_para();      current_paragraph->done_para();
2226      next_tag        = INLINE;      next_tag        = INLINE;
2227      supress_sub_sup = TRUE;      supress_sub_sup = TRUE;
2228        seen_space      = FALSE;
2229      restore_troff_indent();      restore_troff_indent();
2230    }    }
2231  }  }
# Line 2834  void html_printer::do_check_center(void) Line 2835  void html_printer::do_check_center(void)
2835          seen_space = seen_space || current_paragraph->retrieve_para_space();          seen_space = seen_space || current_paragraph->retrieve_para_space();
2836          current_paragraph->done_para();          current_paragraph->done_para();
2837          supress_sub_sup = TRUE;          supress_sub_sup = TRUE;
2838            current_paragraph->do_para("", seen_space);
2839        }        }
2840      end_center = next_center;      end_center = next_center;
2841    }    }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26