From 04b6fc193dcc756a5f21dafb55814499c6676af7 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 14 Mar 2007 22:57:36 +0000 Subject: Change the default email format use to send email git-svn-id: http://piwigo.org/svn/trunk@1905 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index e6d947514..88eb54856 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -279,7 +279,7 @@ $conf['enabled_format_email'] = true; // default_email_format: // Define the default email format use to send email // Value could be text/plain or text/html -$conf['default_email_format'] = 'text/plain'; +$conf['default_email_format'] = 'text/html'; // check_upgrade_feed: check if there are database upgrade required. Set to // true, a message will strongly encourage you to upgrade your database if -- cgit v1.2.3