diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-08-14 00:10:03 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-08-14 00:10:03 +0200 |
commit | c5215ac4fc75fbf10c96b7426885b39a74ad7fa7 (patch) | |
tree | 7d67d025de5e286141b40efa6e13723d3739a9e3 | |
parent | 290f132632a61243f2286364a00acb7e05811aa8 (diff) | |
download | cacert-devel-c5215ac4fc75fbf10c96b7426885b39a74ad7fa7.tar.gz cacert-devel-c5215ac4fc75fbf10c96b7426885b39a74ad7fa7.tar.xz cacert-devel-c5215ac4fc75fbf10c96b7426885b39a74ad7fa7.zip |
bug 1293: Replace DOCTYPE by HTML5 declaration to avoid conflicts with PHP and the XML declaration for XHTML 1.1
-rw-r--r-- | www/policy/CAcertCommunityAgreement.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/policy/CAcertCommunityAgreement.php b/www/policy/CAcertCommunityAgreement.php index a85922d..3ca92f2 100644 --- a/www/policy/CAcertCommunityAgreement.php +++ b/www/policy/CAcertCommunityAgreement.php @@ -1,6 +1,4 @@ -<?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"> +<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" /> |