diff options
Diffstat (limited to 'templates/cgi')
-rw-r--r-- | templates/cgi/debian/form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index 011fd632f..d8c76e865 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -158,7 +158,7 @@ <tr> <td><label for="Apt_Indices">--apt-indices:</label> </td> <td> - <select id="Apt_Indices" name="binary_indices" size="1"> + <select id="Apt_Indices" name="apt_indices" size="1"> <option selected value="true">true</option> <option value="false">false</option> </select> |