diff --git a/manager/actions/mutate_module.dynamic.php b/manager/actions/mutate_module.dynamic.php
index 91e9cc6ba7..d065102f1e 100644
--- a/manager/actions/mutate_module.dynamic.php
+++ b/manager/actions/mutate_module.dynamic.php
@@ -142,7 +142,7 @@ function showParameters(ctrl) {
currentParams = JSON.parse(props);
}
- t = '
';
+ t = '
';
try {
var type, options, found, info, sd;
@@ -180,7 +180,7 @@ function showParameters(ctrl) {
c = '';
break;
case 'menu':
- c = '
';
diff --git a/manager/actions/mutate_plugin.dynamic.php b/manager/actions/mutate_plugin.dynamic.php
index d28821e696..c50fe874f0 100644
--- a/manager/actions/mutate_plugin.dynamic.php
+++ b/manager/actions/mutate_plugin.dynamic.php
@@ -128,7 +128,7 @@ function showParameters(ctrl) {
currentParams = JSON.parse(props);
}
- t = '
';
+ t = '
';
try {
var type, options, found, info, sd;
@@ -166,7 +166,7 @@ function showParameters(ctrl) {
c = '';
break;
case 'menu':
- c = '';
+ c = '';
if (currentParams[key] == options) currentParams[key] = ls[0]; // use first list item as default
for (i = 0; i < ls.length; i++) {
c += '';
@@ -175,7 +175,7 @@ function showParameters(ctrl) {
break;
case 'list':
if (currentParams[key] == options) currentParams[key] = ls[0]; // use first list item as default
- c = '';
+ c = '';
for (i = 0; i < ls.length; i++) {
c += '';
}
@@ -209,7 +209,7 @@ function showParameters(ctrl) {
lv = (value + '').split(",");
c = '';
for (i = 0; i < ls.length; i++) {
- c += ' ';
+ c += '