mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fixed typo
This commit is contained in:
@@ -29,7 +29,7 @@ print &ui_table_row($text{'table_copy'},
|
||||
print &ui_table_row($text{'table_type'},
|
||||
&ui_select("type", "",
|
||||
[ [ "", $text{'default'} ], [ "isam" ], [ "myisam" ],
|
||||
[ "heap" ], [ "merge" ], [ "innodb", "ndbcluster" ]
|
||||
[ "heap" ], [ "merge" ], [ "innodb" ], [ "ndbcluster" ]
|
||||
]));
|
||||
|
||||
print "<tr> <td colspan=2>";
|
||||
|
||||
Reference in New Issue
Block a user