linebreak before homepage link

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

View file

@ -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;
}