Kaydet (Commit) 11b138fb authored tarafından Fred Drake's avatar Fred Drake

remove useless <br/> from the top navigation panel

üst 4587fa21
...@@ -235,7 +235,7 @@ sub get_version_text() { ...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment