diff options
author | Martin Gummi <martin.gummi@gmx.net> | 2013-05-01 00:49:12 +0200 |
---|---|---|
committer | Martin Gummi <martin.gummi@gmx.net> | 2013-05-01 00:49:12 +0200 |
commit | 337f24c20c8f3b1edbd703f79697c832f975a764 (patch) | |
tree | d582ee73c6b85bf790e9dd556d3a01377b9268ff /www/policy/PolicyOnPolicy.html | |
parent | b8aefb0ca940a8ccfcdc7fe8503a0d7543a2007a (diff) | |
download | cacert-devel-337f24c20c8f3b1edbd703f79697c832f975a764.tar.gz cacert-devel-337f24c20c8f3b1edbd703f79697c832f975a764.tar.xz cacert-devel-337f24c20c8f3b1edbd703f79697c832f975a764.zip |
bug-1131: PolicyOnPolicy.html HTML5 doctype / utf-8 encoding
Diffstat (limited to 'www/policy/PolicyOnPolicy.html')
-rw-r--r-- | www/policy/PolicyOnPolicy.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/policy/PolicyOnPolicy.html b/www/policy/PolicyOnPolicy.html index 57e55e3..72497f0 100644 --- a/www/policy/PolicyOnPolicy.html +++ b/www/policy/PolicyOnPolicy.html @@ -1,9 +1,7 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html> <head> - <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" /> +<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" lang="en"> <title>Policy on Policy</title> <style type="text/css"> <!-- only for WIP --> <!-- |