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 /docs | |
parent | 62d7acc97efe6a4c3307918c51efee7acb0e9c30 (diff) | |
download | busybox-46b77c203e5b507c23cc469a3f6ae20dc4043130.tar.gz |
update doctype and add a charset encoding
Diffstat (limited to 'docs')
-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 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" -"http://www.w3.org/TR/REC-html40/loose.dtd"> +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'> <html> <head> + <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'> <title>BusyBox</title> <style type="text/css"> body { |