From: Jakub Vrana Date: Fri, 18 Feb 2011 15:18:14 +0000 (+0100) Subject: Escaping X-Git-Tag: v3.2.0~6 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=35c8c9224d7979266b6d2bed5160b2f6f5d3ab5d;p=adminer.git Escaping --- diff --git a/plugins/tinymce.php b/plugins/tinymce.php index ed97b22b..317892b4 100644 --- a/plugins/tinymce.php +++ b/plugins/tinymce.php @@ -1,6 +1,7 @@ " . h($value) . ""; + return "" . h($value) . ""; } }