mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
remove useless <br/> from the top navigation panel
This commit is contained in:
parent
4587fa21ea
commit
11b138fbf7
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ sub get_version_text() {
|
|||
sub top_navigation_panel() {
|
||||
return "\n<div id='top-navigation-panel'>\n"
|
||||
. make_nav_panel()
|
||||
. "<br /><hr /></div>\n";
|
||||
. "<hr /></div>\n";
|
||||
}
|
||||
|
||||
sub bot_navigation_panel() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue