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

@@ -33,8 +33,10 @@ if (isset($plugin_list)) {
'extension' => 'cs',
'mime_type' => 'text/cs',
'options' => array(
array('type' => 'begin_group', 'name' => 'general_opts'),
array('type' => 'hidden', 'name' => 'structure_or_data'),
array('type' => 'select', 'name' => 'format', 'text' => __('Format:'), 'values' => $CG_FORMATS),
array('type' => 'end_group')
),
'options_text' => __('Options'),
);