Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11b138f

Browse files
committed
remove useless <br/> from the top navigation panel
1 parent 4587fa2 commit 11b138f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/perl/l2hinit.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ ()
235235
sub top_navigation_panel() {
236236
return "\n<div id='top-navigation-panel'>\n"
237237
. make_nav_panel()
238-
. "<br /><hr /></div>\n";
238+
. "<hr /></div>\n";
239239
}
240240

241241
sub bot_navigation_panel() {

0 commit comments

Comments
 (0)