svn commit: r50746 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider
wosch at FreeBSD.org
Sun Aug 27 17:46:34 UTC 2017
Author: wosch
Date: Sun Aug 27 17:46:32 2017
New Revision: 50746
URL: https://svnweb.freebsd.org/changeset/doc/50746
Log:
no double <hr/> on homepage
Modified:
head/en_US.ISO8859-1/htdocs/cgi/man.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 27 17:46:30 2017 (r50745)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 27 17:46:32 2017 (r50746)
@@ -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;
}
More information about the svn-doc-all
mailing list