diff options
Diffstat (limited to 'templates/cgi/debian-unofficial/form.html')
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index 6dcc82597..4f76c34cf 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -42,9 +42,9 @@ </td> </tr> <tr> - <td><label for="Packages_Lists">--packages-lists:</label> </td> + <td><label for="Package_Lists">--package-lists:</label> </td> <td> - <select id="Packages_Lists" name="packages_lists" size="1" > + <select id="Package_Lists" name="package_lists" size="1" > <option value="debian-forensics">debian-forensics</option> <option value="debian-junior">debian-junior</option> <option value="debian-live">debian-live</option> @@ -167,7 +167,7 @@ </tr> <!-- LIVE_LINUX_PACKAGES --> <!-- LIVE_PACKAGES --> - <!-- LIVE_PACKAGES_LISTS --> + <!-- LIVE_PACKAGE_LISTS --> <!-- LIVE_TASKS --> <tr> <td><label for="Security">--security:</label> </td> |