svn commit: r50746 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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;
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"