Use &cgibase; when linking to the ports.cgi search form, fixing Chrome

warnings about submitting to an insecure URL.
This commit is contained in:
Gavin Atkinson 2014-09-27 13:30:57 +00:00
parent c36a52f60b
commit ce7754f8f4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45686

View file

@ -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">