mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
remove useless <br/> from the top navigation panel
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user