diff --git a/plugins/display_renderers/panels_renderer_editor.class.php b/plugins/display_renderers/panels_renderer_editor.class.php index ca1ca84a55f439139685add8926a3949ba8c2e74..4fee7e37d75bc20c1483bf4fa9842872ccf3c31b 100644 --- a/plugins/display_renderers/panels_renderer_editor.class.php +++ b/plugins/display_renderers/panels_renderer_editor.class.php @@ -84,7 +84,7 @@ class panels_renderer_editor extends panels_renderer_standard { $output = "
"; $output .= $panel_buttons; - $output .= "

" . $this->plugins['layout']['regions'][$region_id] . "

"; + $output .= "

" . check_plain($this->plugins['layout']['regions'][$region_id]) . "

"; $output .= $content; $output .= "
";