svn commit: r50745 - head/en_US.ISO8859-1/htdocs/cgi

Wolfram Schneider wosch at FreeBSD.org
Sun Aug 27 17:46:31 UTC 2017


Author: wosch
Date: Sun Aug 27 17:46:30 2017
New Revision: 50745
URL: https://svnweb.freebsd.org/changeset/doc/50745

Log:
  linebreak before homepage link

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:27 2017	(r50744)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:46:30 2017	(r50745)
@@ -1208,7 +1208,7 @@ sub apropos {
     if ( !$acounter ) {
         print "Sorry, no data found for `$query'.\n";
         print qq{You may look for other }
-          . qq{<a href="../../search/">FreeBSD Search Services</a>.\n};
+          . qq{<a href="../../search/">FreeBSD Search Services</a>.<br/><br/>\n};
     }
     &html_footer;
 }


More information about the svn-doc-all mailing list