From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- config/config.inc.php.sample | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.inc.php.sample b/config/config.inc.php.sample index 22a2694..9f218be 100644 --- a/config/config.inc.php.sample +++ b/config/config.inc.php.sample @@ -4,8 +4,8 @@ +-----------------------------------------------------------------------+ | Local configuration for the Roundcube Webmail installation. | | | - | This is a sample configuration file only containing the minumum | - | setup required for a functional installation. Copy more config | + | This is a sample configuration file only containing the minimum | + | setup required for a functional installation. Copy more options | | from defaults.inc.php to this file to override the defaults. | | | | This file is part of the Roundcube Webmail client | -- Gitblit v1.9.1