From 3e5ec7ae76dcb1b4a806b65f35bbaa00e8bdadf4 Mon Sep 17 00:00:00 2001 From: Matthew Noorenberghe Date: Sun, 23 Feb 2014 01:21:47 -0800 Subject: Remove ancient layer-background-color CSS property for Netscape --- includes/functions/functions_edit.php | 2 +- reportengine.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions/functions_edit.php b/includes/functions/functions_edit.php index a974e7b2dd..4a095d5268 100644 --- a/includes/functions/functions_edit.php +++ b/includes/functions/functions_edit.php @@ -309,7 +309,7 @@ function remove_links($gedrec, $xref) { function print_calendar_popup($id) { return ' '. - ''; + ''; } function print_addnewmedia_link($element_id) { diff --git a/reportengine.php b/reportengine.php index 302a928137..d22d421901 100644 --- a/reportengine.php +++ b/reportengine.php @@ -259,7 +259,7 @@ elseif ($action=='setup') { echo print_findsource_link($input['name']); } elseif ($input['lookup']=='DATE') { echo ' '; - echo ''; + echo ''; } } echo ''; -- cgit v1.3