Commit 2e23c1c2 authored by Fred Drake's avatar Fred Drake

remove useless <br/> from the top navigation panel

parent 48de1229
......@@ -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() {
......
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