From 58f677f764aa9e632635ee4810c25b1d7eacd485 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 16 Jul 2013 11:01:37 +0300 Subject: 2.1.4 release related stuff --- system/libraries/Email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 11ee29041..46ffaa1d4 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -2140,7 +2140,7 @@ class CI_Email { if (in_array('headers', $include, TRUE)) { - $raw_data = $this->_header_str."\n"; + $raw_data = htmlspecialchars($this->_header_str)."\n"; } if (in_array('subject', $include, TRUE)) -- cgit v1.2.3-24-g4f1b