sean1138 4 years ago
parent
commit
0df2478879
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/admin/views/config.html.php

+ 1
- 1
system/admin/views/config.html.php View File

@ -41,7 +41,7 @@
foreach ($array as $key => $value) {
echo '<tr>';
echo '<td><label for="' . $key . '">' . $key . '</label></td>';
echo '<td><input type="text" name="-config-' . $key . '" value="' . valueMaker($value) . '"></td>';
echo '<td><input type="text" id="' . $key . '" name="-config-' . $key . '" value="' . valueMaker($value) . '"></td>';
echo '</tr>';
}
?>


Loading…
Cancel
Save