diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-03-09 09:21:48 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-03-12 16:18:52 +0100 |
commit | cf97f89b55bb6c781be236f94664471a75d3cd6b (patch) | |
tree | 52a2b742861b70e8e0daccf38ba2c1e854fbeff2 /templates/cgi/debian-unofficial/form.html | |
parent | c5bb4b46a8910b56e07f581661f8f8c35b0bfd1a (diff) | |
download | vyos-live-build-cf97f89b55bb6c781be236f94664471a75d3cd6b.tar.gz vyos-live-build-cf97f89b55bb6c781be236f94664471a75d3cd6b.zip |
Removing unused version variable in the cgi templates.
Diffstat (limited to 'templates/cgi/debian-unofficial/form.html')
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index e0ca605c0..8787b1fd7 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -256,7 +256,7 @@ </tr> <tr> <td><label for="Iso_Preparer">--iso-preparer:</label> </td> - <td><input id="Iso_Preparer" name="iso_preparer" maxlength="128" size="50" type="text" value="live-helper VERSION; http://packages.qa.debian.org/live-helper" /></td> + <td><input id="Iso_Preparer" name="iso_preparer" maxlength="128" size="50" type="text" value="live-helper; http://packages.qa.debian.org/live-helper" /></td> </tr> <tr> <td><label for="Iso_Publisher">--iso-publisher:</label> </td> |