summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/IXR_Library.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/IXR_Library.php b/inc/IXR_Library.php
index afa496aed..4f8eb31c1 100644
--- a/inc/IXR_Library.php
+++ b/inc/IXR_Library.php
@@ -150,6 +150,7 @@ class IXR_Message {
$this->message = str_replace('&', '&', $this->message);
$this->message = str_replace(''', ''', $this->message);
$this->message = str_replace('"', '"', $this->message);
+ $this->message = str_replace("\x0b", ' ', $this->message); //vertical tab
if (trim($this->message) == '') {
return false;
}