1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Fix DuckDuckGo t parameter value on start page

This commit is contained in:
David Rosca 2018-03-09 09:10:32 +01:00
parent e4c4fd10fc
commit d26fc63a5c
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -20,7 +20,7 @@ img {margin-bottom:15px;}
<img src="%ABOUT-IMG%" width="250">
%PRIVATE-BROWSING%
<form action="https://duckduckgo.com/" method="GET">
<input type="hidden" name="t" value="falkon" />
<input type="hidden" name="t" value="qupzilla" />
<input class="line" id="inp" class="question" name="q"/> <br/>
<input class="submit" type="submit" value="%BUTTON-LABEL%">
</form>