From 97bd2d65e732c8bf312e8287ffe3aecef94817c7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 9 Oct 2006 14:52:36 +0000 Subject: [PATCH] bug #1564409, default in FontFamily --- ChangeLog | 1 + themes/original/layout.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 198324396..27e2952f2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $Source$ 2006-10-09 Marc Delisle * libraries/export/sql.php: bug #1562533, problems with unbuffered queries * Documentation.html: FontFamily, FontFamilyFixed + * themes/original/layout.inc.php: bug #1564409, default FontFamily 2006-10-07 Marc Delisle * scripts/create-release.sh: use lang-cleanup.sh from the kit, diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php index 4bba82bbb..549f3392b 100644 --- a/themes/original/layout.inc.php +++ b/themes/original/layout.inc.php @@ -51,7 +51,7 @@ $GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99'; * if not set the browser default will be used * (depending on browser, DTD and system settings) */ -$GLOBALS['cfg']['FontFamily'] = ''; +$GLOBALS['cfg']['FontFamily'] = 'sans-serif'; /** * fixed width font family, used in textarea */