diff options
author | INOPIAE <inopiae@cacert.org> | 2013-01-07 18:26:55 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-01-07 18:26:55 +0100 |
commit | 3e09b564d2a6668c0d0af45e93522a86607e7095 (patch) | |
tree | f4104f73b7947359c9f54544805fbb27ebe8c93d /www/policy | |
parent | 0d6ffa00ae3d1e2103a78ff4bb284b2973f1a674 (diff) | |
download | cacert-devel-3e09b564d2a6668c0d0af45e93522a86607e7095.tar.gz cacert-devel-3e09b564d2a6668c0d0af45e93522a86607e7095.tar.xz cacert-devel-3e09b564d2a6668c0d0af45e93522a86607e7095.zip |
bug 1009: Fixed xml-marker
Diffstat (limited to 'www/policy')
-rw-r--r-- | www/policy/OrganisationAssurancePolicy.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/policy/OrganisationAssurancePolicy.php b/www/policy/OrganisationAssurancePolicy.php index 7aca099..b3cd332 100644 --- a/www/policy/OrganisationAssurancePolicy.php +++ b/www/policy/OrganisationAssurancePolicy.php @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?='<?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"> @@ -400,4 +400,3 @@ Actions carried out by OAs are under this regime. </li></ol> </body> </html> - |