mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +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() {
|
sub top_navigation_panel() {
|
||||||
return "\n<div id='top-navigation-panel'>\n"
|
return "\n<div id='top-navigation-panel'>\n"
|
||||||
. make_nav_panel()
|
. make_nav_panel()
|
||||||
. "<br /><hr /></div>\n";
|
. "<hr /></div>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
sub bot_navigation_panel() {
|
sub bot_navigation_panel() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue