diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-06-22 18:29:47 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-06-22 18:31:25 +0200 |
commit | adbb59308024bfb6386eaa4a9d1a2eb6591b8456 (patch) | |
tree | f027d232a699d64bfab5f5c78b9115db68c50af9 /web/template | |
parent | fca971e483d270bb6ae84be76513b0e2b5301008 (diff) | |
download | aur-adbb59308024bfb6386eaa4a9d1a2eb6591b8456.tar.gz aur-adbb59308024bfb6386eaa4a9d1a2eb6591b8456.tar.xz |
fix incompatibility with php short open tags
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/header.php b/web/template/header.php index 3ea2798e..8313bb36 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" |