From 90c0e573f75d745da55dc25ecc5f2eabe855da59 Mon Sep 17 00:00:00 2001 From: lorilee Date: Tue, 10 Aug 2010 20:43:57 -0700 Subject: [PATCH] Fixed formatting --- libraries/export/json.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/export/json.php b/libraries/export/json.php index 5a092654c..ce1430d8d 100644 --- a/libraries/export/json.php +++ b/libraries/export/json.php @@ -16,10 +16,12 @@ if (isset($plugin_list)) { 'extension' => 'json', 'mime_type' => 'text/plain', 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), array( 'type' => 'hidden', 'name' => 'data', ), + array('type' => 'end_group') ), 'options_text' => 'strOptions', );