svn commit: r45686 - head/en_US.ISO8859-1/htdocs/ports
Gavin Atkinson <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: gavin Date: Sat Sep 27 13:30:57 2014 New Revision: 45686 URL: http://svnweb.freebsd.org/changeset/doc/45686 Log: Use &cgibase; when linking to the ports.cgi search form, fixing Chrome warnings about submitting to an insecure URL. Modified: head/en_US.ISO8859-1/htdocs/ports/ports.ent Modified: head/en_US.ISO8859-1/htdocs/ports/ports.ent ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/ports.ent Sat Sep 27 11:44:31 2014 (r45685) +++ head/en_US.ISO8859-1/htdocs/ports/ports.ent Sat Sep 27 13:30:57 2014 (r45686) @@ -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"> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"