svn commit: r45686 - head/en_US.ISO8859-1/htdocs/ports
Gavin Atkinson
gavin at FreeBSD.org
Sat Sep 27 13:30:58 UTC 2014
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">
More information about the svn-doc-all
mailing list