diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-11-14 21:43:13 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:35 +0100 |
commit | 1593b54842c16b94362b1efe56221b5dfa08d3de (patch) | |
tree | 31d77c10785b6ec86fa6a280acdd9f63233cd61d /templates/cgi | |
parent | adf35904bdd264b817ca11475834258c3fee83eb (diff) | |
download | vyos-live-build-1593b54842c16b94362b1efe56221b5dfa08d3de.tar.gz vyos-live-build-1593b54842c16b94362b1efe56221b5dfa08d3de.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"> |