Fixed XHTML syntax problems

This commit is contained in:
lorilee
2010-06-18 16:11:52 -04:00
parent 9dbe9f4115
commit 3ba5c8e0f4
16 changed files with 48 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ if (isset($plugin_list)) {
'extension' => 'csv',
'mime_type' => 'text/comma-separated-values',
'options' => array(
array('type' => 'begin_group', 'name' => 'general_opts'),
array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL with:')),
array('type' => 'bool', 'name' => 'removeCRLF', 'text' => __('Remove carriage return/line feed characters within columns')),
array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')),
@@ -31,6 +32,7 @@ if (isset($plugin_list)) {
'mac_excel2008' => 'Excel 2008 / Macintosh'),
'text' => __('Excel edition:')),
array('type' => 'hidden', 'name' => 'structure_or_data'),
array('type' => 'end_group'),
),
'options_text' => __('Options'),
);