mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
output_body(): For <address> elements, just skip, since they're
always part of the page trailer.
This commit is contained in:
parent
bb3b0028ba
commit
8e2c9457a2
1 changed files with 4 additions and 0 deletions
|
@ -796,6 +796,10 @@ sub output_body ( $$$ )
|
|||
warn "Can't deal with internal HREF anchors yet"; }
|
||||
}
|
||||
}
|
||||
elsif ($tag eq "address")
|
||||
{ # this is part of the page footer, ignore
|
||||
return 0;
|
||||
}
|
||||
elsif ($tag eq "br")
|
||||
{ print TEXI "\@\n"; }
|
||||
elsif ($tag eq "body")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue