From 9f0ca2dca669a3f379d8582f128b7cca7056a921 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 18 Oct 2012 06:14:02 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- program/include/html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/html.php b/program/include/html.php index 2349852..880873d 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -334,7 +334,7 @@ */ public static function quote($str) { - return htmlspecialchars($str, ENT_COMPAT, RCMAIL_CHARSET); + return @htmlspecialchars($str, ENT_COMPAT, RCMAIL_CHARSET); } } -- Gitblit v1.9.1