summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2014-08-14 00:10:03 +0200
committerBenny Baumann <BenBE@geshi.org>2014-08-14 00:10:03 +0200
commitc5215ac4fc75fbf10c96b7426885b39a74ad7fa7 (patch)
tree7d67d025de5e286141b40efa6e13723d3739a9e3
parent290f132632a61243f2286364a00acb7e05811aa8 (diff)
downloadcacert-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.php4
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" />