Use &cgibase; when linking to the ports.cgi search form, fixing Chrome
warnings about submitting to an insecure URL.
This commit is contained in:
parent
c36a52f60b
commit
ce7754f8f4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45686
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY searchform '<form xmlns="http://www.w3.org/1999/xhtml" method="get" action="http://www.FreeBSD.org/cgi/ports.cgi">
|
||||
<!ENTITY searchform '<form xmlns="http://www.w3.org/1999/xhtml" method="get" action="&cgibase;/ports.cgi">
|
||||
Search ports for:
|
||||
<input name="query" value=""/>
|
||||
<select name="stype">
|
||||
|
|
Loading…
Reference in a new issue