Control: tags -1 + patch Well, whether or not it's more important to convert everything to docbook, it's a lot easier to fix *this* (especially given the number of packages affected):
diff --git a/tools/lib/Format/HTML.pm b/tools/lib/Format/HTML.pm index 590bd79..5a99c2e 100644 --- a/tools/lib/Format/HTML.pm +++ b/tools/lib/Format/HTML.pm @@ -614,8 +614,7 @@ sub _output_heading output( "\n" ); output( "<hr>\n" ); output( "\n" ); - output( "<h" . ( $_[1] + 2 ) . ">" ); - output( "<a name=\"$_[3]\"></a>" ); + output( "<h" . ( $_[1] + 2 ) . " id=\"$_[3]\">" ); output( "$_[2] " ) if length( $_[2] ); output( $_[0] ); output( "</h" . ( $_[1] + 2 ) . ">\n" );
-- Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!