diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-07 16:19:45 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-07 16:22:29 +0200 |
commit | 11ba7716f31e9ffd15486f184344c19cdb8eb279 (patch) | |
tree | 50726b73455a5be44233aa80d4a49af91d4dbebc /templates | |
parent | c1169e2491a3257a12aa3c5f1826fd44156c3ad4 (diff) | |
download | vyos-live-build-11ba7716f31e9ffd15486f184344c19cdb8eb279.tar.gz vyos-live-build-11ba7716f31e9ffd15486f184344c19cdb8eb279.zip |
Removing spurious version information in cgi form template.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian-official/form.html | 1 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 8ed1bc170..f3d9f95f6 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -302,6 +302,5 @@ <input type="submit" value="Submit" /> -Version: VERSION </form> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index b045a3561..e4f40e25d 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -322,6 +322,5 @@ <input type="submit" value="Submit" /> -Version: VERSION </form> |