summaryrefslogtreecommitdiff
path: root/welcome
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-07-11 10:06:14 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-07-11 10:06:14 +0100
commit19053cd489e0cb8612367811958230db099ba8d4 (patch)
tree6f90f28481951827044f06f5fe70ce2d2d92c33e /welcome
parent5dd823e426648bf0820fcddb4f0295ef0a6d8d0c (diff)
downloadnetsurf-website-19053cd489e0cb8612367811958230db099ba8d4.tar.gz
netsurf-website-19053cd489e0cb8612367811958230db099ba8d4.tar.bz2
Search: Remove scheme from google address in form action.
Diffstat (limited to 'welcome')
-rw-r--r--welcome/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/welcome/index.html b/welcome/index.html
index 3ede809..5791d34 100644
--- a/welcome/index.html
+++ b/welcome/index.html
@@ -21,7 +21,7 @@
<p class="intro">NetSurf is a small, fast open source web browser. We are always keen to improve our browser, so get in touch if you run into any problems. Thanks for choosing NetSurf!</p>
-<form method="get" action="http://www.google.co.uk/search">
+<form method="get" action="//www.google.co.uk/search">
<div class="websearch">
<input type="text" name="q" size="42" maxlength="255">
<input type="submit" value="Google Search" name="btnG">