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

---
 program/include/rcmail_html_page.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/include/rcmail_html_page.php b/program/include/rcmail_html_page.php
index d5610ab..604d756 100644
--- a/program/include/rcmail_html_page.php
+++ b/program/include/rcmail_html_page.php
@@ -23,7 +23,7 @@
 /**
  * Class to create an empty HTML page with some default styles
  *
- * @package    Core
+ * @package Webmail
  * @subpackage View
  */
 class rcmail_html_page extends rcmail_output_html

--
Gitblit v1.9.1