From 35c8c9224d7979266b6d2bed5160b2f6f5d3ab5d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 18 Feb 2011 16:18:14 +0100 Subject: [PATCH] Escaping --- plugins/tinymce.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/tinymce.php b/plugins/tinymce.php index ed97b22bc..317892b48 100644 --- a/plugins/tinymce.php +++ b/plugins/tinymce.php @@ -1,6 +1,7 @@ " . h($value) . ""; + return "" . h($value) . ""; } }