Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garas committed Sep 25, 2012
1 parent 43fb11a commit 620c6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/config/FormDisplay.tpl.php
Expand Up @@ -328,7 +328,7 @@ function PMA_displayInput($path, $name, $type, $value, $description = '',
if ($is_setup_script && isset($opts['userprefs_allow'])) {
echo '<td class="userprefs-allow" title="' .
__('Allow users to customize this value') . '">';
echo '<input type="checkbox" name="' . $path . '>-userprefs-allow" ';
echo '<input type="checkbox" name="' . $path . '-userprefs-allow" ';
if ($opts['userprefs_allow']) {
echo 'checked="checked"';
};
Expand Down

0 comments on commit 620c6e6

Please sign in to comment.