Commit 4cd1400f authored by tim@threads.polyesthetic.msg's avatar tim@threads.polyesthetic.msg
Browse files

Patch our texi2html to produce more correct HTML.

Thanks to Colin Faber <cfaber@fpsn.net> for the patch.
parent d3d9bc94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ jani@janikt.pp.saunalahti.fi
monty@hundin.mysql.fi
mwagner@evoq.mwagner.org
heikki@donna.mysql.fi
tim@threads.polyesthetic.msg
+4 −4
Original line number Diff line number Diff line
@@ -845,7 +845,7 @@ READ_LINE: while ($_ = &next_line)
      print "# end of multitable with $multitable_cols columns\n"
	if $debug and $DEBUG_USER;
      $in_multitable = 0;
      push(@lines, "</TR>\n");
      push(@lines, "</TD></TR>\n");
      &html_pop_if('TR');
      push(@lines, "</TABLE>\n");
&html_pop_if('TABLE');
@@ -1076,8 +1076,8 @@ EOC
	{
	  # All this is a **HACK**.
	  # It does only work for a FEW SIMPLE CASES !!!
	  push(@lines, &debug("</TR>\n", __LINE__))
	    unless $html_element eq 'TABLE';;
	  push(@lines, &debug("</TD></TR>\n", __LINE__))
	    unless $html_element eq 'TABLE';
	  &html_pop_if('TR');
	  $what =~ s|\s+\@tab\s*| </TD><TD> |g;
	  push(@lines, &debug("<TR><TD>$what\n", __LINE__));