summaryrefslogtreecommitdiff
path: root/templates/cgi/debian-unofficial/form.html
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2011-12-21 10:41:17 -0600
committerRichard Nelson <unixabg@gmail.com>2011-12-21 10:41:17 -0600
commit03e381eb8517de281e5ed194e996b574e8f734dd (patch)
tree894ae3b8b269e99e07a837d76e231edbc5834c60 /templates/cgi/debian-unofficial/form.html
parent030436dd702ad069323b5262471c8e0cc38972a9 (diff)
downloadvyos-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.html4
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>