no double <hr/> on homepage

This commit is contained in:
Wolfram Schneider 2017-08-27 17:46:32 +00:00
parent 76e6793902
commit be191ff4b6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50746

View file

@ -1792,8 +1792,10 @@ ETX
<br/>
<span class="footer_links"><a href="$BASE?manpath=$m">home</a> | <a href="$BASE/help.html">help</a></span>
<hr/>
ETX
if ($query) {
print "<hr/>\n";
}
0;
}