mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-24 04:36:34 +01:00
Fixed Report Issue page.
- sending to correct url (www.qupzilla.com/reportbug.php) now
This commit is contained in:
parent
c31ee75928
commit
40ff69c87f
@ -37,7 +37,7 @@ function checkFields()
|
||||
<p style="display:none" id="result"> </p>
|
||||
<p>
|
||||
<table>
|
||||
<form action="http://qupzilla.com/reportbug.php" onsubmit="return checkFields()" method="POST">
|
||||
<form action="http://www.qupzilla.com/reportbug.php" onsubmit="return checkFields()" method="POST">
|
||||
<tr><td>%EMAIL%*:</td><td><input type="text" id="mail" name="mail" required> </tr>
|
||||
<tr><td>%TYPE%:</td><td><input type="text" id="type" name="type" required> </tr>
|
||||
<tr><td>%DESCRIPTION%:</td><td><textarea id="text" name="text" required></textarea> </tr>
|
||||
|
Loading…
Reference in New Issue
Block a user