From 887838da08c56265145400a4513a51c7cc79ec5b Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 06 Aug 2012 13:57:14 -0400
Subject: [PATCH] Fix double HTML entities escaping in forward message header

---
 installer/index.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/installer/index.php b/installer/index.php
index b5b9e4a..5e7d318 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -34,9 +34,6 @@
  +-------------------------------------------------------------------------+
  | Author: Thomas Bruederli <roundcube@gmail.com>                          |
  +-------------------------------------------------------------------------+
-
- $Id$
-
 */
 
 ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT));

--
Gitblit v1.9.1