Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from chrismore/bug-1094125-change-form-https
Browse files Browse the repository at this point in the history
bug 1094125 - change form to https
  • Loading branch information
jpetto committed Nov 6, 2014
2 parents a6bf156 + a723f44 commit 5cccb2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body>

<div style="margin-top: 40px;">
<form action="http://google.com/search" name="f" id="search-form">
<form action="https://google.com/search" name="f" id="search-form">
<table id="frame" style="margin-left: auto; margin-right: auto;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
Expand Down Expand Up @@ -93,9 +93,9 @@
</td>
<td nowrap="nowrap" valign="top" style="width: 100px; line-height: 12px;">
<font size="-2">
<a href="http://www.google.com/advanced_search?hl={{ LANG }}">{{ _('Advanced search') }}</a>
<a href="https://www.google.com/advanced_search?hl={{ LANG }}">{{ _('Advanced search') }}</a>
<br>
<a href="http://www.google.com/preferences?hl={{ LANG }}">{{ _('Preferences') }}</a>
<a href="https://www.google.com/preferences?hl={{ LANG }}">{{ _('Preferences') }}</a>
</font>
</td>
<td>&nbsp;</td>
Expand Down

0 comments on commit 5cccb2e

Please sign in to comment.