diff options
Diffstat (limited to 'themes/xenea/header.php')
| -rw-r--r-- | themes/xenea/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xenea/header.php b/themes/xenea/header.php index 2ffbce692b..f6fda95e8c 100644 --- a/themes/xenea/header.php +++ b/themes/xenea/header.php @@ -41,7 +41,7 @@ $displayDate=timestamp_to_gedcom_date(client_time())->Display(false, $DATE_FORMA <html xmlns="http://www.w3.org/1999/xhtml" <?php echo i18n::html_markup(); ?>> <head> <?php if (isset($_GET["mod_action"]) && $_GET["mod_action"]=="places_edit") { ?> - <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <?php } + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <?php } ?> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> |
