diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 2022-01-01 17:18:55 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 2022-01-01 17:18:55 +0000 |
| commit | 515c1e6d510db2084745df39367bfd95657bf359 (patch) | |
| tree | 8bb396b91305b098414cd10baa1e44e333a82e44 | |
| parent | d0507bac36c739341f333f6b6f6bc86d67219073 (diff) | |
| download | doc-515c1e6d510db2084745df39367bfd95657bf359.tar.gz doc-515c1e6d510db2084745df39367bfd95657bf359.zip | |
sync opensearch title description: Manpages -> Manual Pages
This will hopefully fix the issue with duplicated search engine suggestions
PR: 260857
| -rwxr-xr-x | website/content/en/cgi/man.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 18b5941ffb..9f5c57cffc 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -1098,8 +1098,8 @@ sub html_header { my $html_meta = q| <meta name="robots" content="nofollow" /> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /> -<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man.xml" title="FreeBSD Manpages" /> -<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man-freebsd-release-ports.xml" title="FreeBSD + Ports Manpages" /> +<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man.xml" title="FreeBSD Manual Pages" /> +<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man-freebsd-release-ports.xml" title="FreeBSD + Ports Manual Pages" /> <style type="text/css"> <!-- b { color: #996600; } |
