diff options
author | Richard Nelson <unixabg@gmail.com> | 2011-12-21 10:41:17 -0600 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2011-12-21 10:41:17 -0600 |
commit | 03e381eb8517de281e5ed194e996b574e8f734dd (patch) | |
tree | 894ae3b8b269e99e07a837d76e231edbc5834c60 /templates/cgi/debian-unofficial/form.html | |
parent | 030436dd702ad069323b5262471c8e0cc38972a9 (diff) | |
download | vyos-live-build-03e381eb8517de281e5ed194e996b574e8f734dd.tar.gz vyos-live-build-03e381eb8517de281e5ed194e996b574e8f734dd.zip |
l-b.cgi correct naming of --architectures
Diffstat (limited to 'templates/cgi/debian-unofficial/form.html')
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index 19551499e..aeb014c6b 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -92,9 +92,9 @@ <div id="text_2" style='margin-left:0;display:none'> <table> <tr> - <td><label for="Architecture">--architecture:</label> </td> + <td><label for="Architectures">--architectures:</label> </td> <td> - <select id="Architecture" name="architecture" size="1"> + <select id="Architectures" name="architectures" size="1"> <option selected value="i386">i386</option> </select> </td> |