[Python-checkins] python/dist/src/Doc/perl l2hinit.perl,1.78,1.79
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Wed Sep 10 22:14:22 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/perl
In directory sc8-pr-cvs1:/tmp/cvs-serv16798
Modified Files:
l2hinit.perl
Log Message:
remove useless <br/> from the top navigation panel
Index: l2hinit.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/l2hinit.perl,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** l2hinit.perl 4 Sep 2003 22:21:17 -0000 1.78
--- l2hinit.perl 11 Sep 2003 04:14:20 -0000 1.79
***************
*** 236,240 ****
return "\n<div id='top-navigation-panel'>\n"
. make_nav_panel()
! . "<br /><hr /></div>\n";
}
--- 236,240 ----
return "\n<div id='top-navigation-panel'>\n"
. make_nav_panel()
! . "<hr /></div>\n";
}
More information about the Python-checkins
mailing list