diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-11-15 09:17:40 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:28 +0100 |
commit | b8c6734027fc894df5b872727acc0ceeb5626e1f (patch) | |
tree | 3e5e25fc0dcdd26d6941939b09dcad56c886a26d /templates/cgi | |
parent | dcaf8b020b3421145a57319dab95c74f8bd49d15 (diff) | |
download | vyos-live-build-b8c6734027fc894df5b872727acc0ceeb5626e1f.tar.gz vyos-live-build-b8c6734027fc894df5b872727acc0ceeb5626e1f.zip |
Cleanup l-b.cgi header file to reflect Live Build.
Diffstat (limited to 'templates/cgi')
-rw-r--r-- | templates/cgi/debian-official/header.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/header.html b/templates/cgi/debian-official/header.html index 009650f1f..096303e25 100644 --- a/templates/cgi/debian-official/header.html +++ b/templates/cgi/debian-official/header.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> - <title>Debian Live Helper</title> + <title>Debian Live Build</title> <link rel="icon" href="http://live.debian.net/favicon.ico" type="image/ico"> <link rel="stylesheet" type="text/css" href="http://live.debian.net/stylesheet.css" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-15"> diff --git a/templates/cgi/debian-unofficial/header.html b/templates/cgi/debian-unofficial/header.html index 009650f1f..096303e25 100644 --- a/templates/cgi/debian-unofficial/header.html +++ b/templates/cgi/debian-unofficial/header.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> - <title>Debian Live Helper</title> + <title>Debian Live Build</title> <link rel="icon" href="http://live.debian.net/favicon.ico" type="image/ico"> <link rel="stylesheet" type="text/css" href="http://live.debian.net/stylesheet.css" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-15"> |