From eb3f4f5d30fcf690ce46caf917cfc3e20c118676 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Fri, 4 Nov 2005 13:20:40 +0000 Subject: [PATCH] fixed position of link meta tag --- ChangeLog | 2 ++ libraries/header_meta_style.inc.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c5cfad74e..6b87e0983 100755 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,8 @@ $Source$ - bug #1348189 after droping db some links in main.php are missing * header.inc.php, libraries/common.lib.php: - added class icon to img-tags + * header_meta_style.inc.php: + fixed position of link meta tag 2005-11-03 Marc Delisle * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: diff --git a/libraries/header_meta_style.inc.php b/libraries/header_meta_style.inc.php index cc4584809..274c63e7d 100644 --- a/libraries/header_meta_style.inc.php +++ b/libraries/header_meta_style.inc.php @@ -22,8 +22,8 @@ echo ""; - + <?php if(!empty($page_title)) echo htmlspecialchars($page_title);