mirror of https://github.com/python/cpython
remove useless <br/> from the top navigation panel
This commit is contained in:
parent
4587fa21ea
commit
11b138fbf7
|
@ -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…
Reference in New Issue