diff options
author | INOPIAE <inopiae@cacert.org> | 2013-01-07 18:28:46 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-01-07 18:28:46 +0100 |
commit | 3b508298af61093fe194f8c1e5e13eddd95356b6 (patch) | |
tree | 28afd89542d42ea9ba73f1c698b143ff9e9d658c | |
parent | afe0e4a371e411ba129ca9fe2b2f30af0e3bdd2e (diff) | |
download | cacert-devel-3b508298af61093fe194f8c1e5e13eddd95356b6.tar.gz cacert-devel-3b508298af61093fe194f8c1e5e13eddd95356b6.tar.xz cacert-devel-3b508298af61093fe194f8c1e5e13eddd95356b6.zip |
bug 1130: fixed xml-marker
-rw-r--r-- | www/policy/DisputeResolutionPolicy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/policy/DisputeResolutionPolicy.php b/www/policy/DisputeResolutionPolicy.php index b73395c..0c10970 100644 --- a/www/policy/DisputeResolutionPolicy.php +++ b/www/policy/DisputeResolutionPolicy.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"> |