mirror of
https://github.com/python/cpython.git
synced 2025-09-08 01:41:19 +00:00
Remove unnecessary <p> from top navigation bar.
This commit is contained in:
parent
ec5c0b41ae
commit
72e5a901c2
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ sub make_nav_panel{
|
|||
sub top_navigation_panel {
|
||||
"<div class=navigation>\n"
|
||||
. make_nav_panel()
|
||||
. '<br><hr><p></div>';
|
||||
. '<br><hr></div>';
|
||||
}
|
||||
|
||||
sub bot_navigation_panel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue