Fixed security fail filling the plugin fields

This commit is contained in:
fermin831 2018-09-12 15:05:30 +02:00
parent e202ab1f7e
commit 0ec93011da
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ ui_require_javascript_file('pandora_modules');
i++;
}
$('#command_preview').html(command+' '+parameters);
$('#command_preview').html(_.escape(command) + ' ' + _.escape(parameters));
}
function show_locked_dialog(id_plugin, plugin_name) {