diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-29 07:57:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-29 07:57:51 +0000 |
commit | 46b77c203e5b507c23cc469a3f6ae20dc4043130 (patch) | |
tree | 753be701201a4616b42108c76489f7a7a36263e7 | |
parent | 62d7acc97efe6a4c3307918c51efee7acb0e9c30 (diff) | |
download | busybox-w32-46b77c203e5b507c23cc469a3f6ae20dc4043130.tar.gz busybox-w32-46b77c203e5b507c23cc469a3f6ae20dc4043130.tar.bz2 busybox-w32-46b77c203e5b507c23cc469a3f6ae20dc4043130.zip |
update doctype and add a charset encoding
-rw-r--r-- | docs/busybox.net/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/busybox.net/header.html b/docs/busybox.net/header.html index e8db97768..02ec608a0 100644 --- a/docs/busybox.net/header.html +++ b/docs/busybox.net/header.html | |||
@@ -1,8 +1,8 @@ | |||
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" | 1 | <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'> |
2 | "http://www.w3.org/TR/REC-html40/loose.dtd"> | ||
3 | 2 | ||
4 | <html> | 3 | <html> |
5 | <head> | 4 | <head> |
5 | <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'> | ||
6 | <title>BusyBox</title> | 6 | <title>BusyBox</title> |
7 | <style type="text/css"> | 7 | <style type="text/css"> |
8 | body { | 8 | body { |