diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-03-09 09:21:48 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:05 +0100 |
commit | a150b031aa935bd395d03ed0db421b605d6bbdd2 (patch) | |
tree | 52a2b742861b70e8e0daccf38ba2c1e854fbeff2 | |
parent | 9f67599ba00d054bfc179bbbc08e1bb52812a560 (diff) | |
download | vyos-live-build-a150b031aa935bd395d03ed0db421b605d6bbdd2.tar.gz vyos-live-build-a150b031aa935bd395d03ed0db421b605d6bbdd2.zip |
Removing unused version variable in the cgi templates.
-rw-r--r-- | templates/cgi/debian-official/form.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index be0585cd1..8d08e8ade 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -257,7 +257,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> 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> |