diff --git a/ckanext/harvest/plugin.py b/ckanext/harvest/plugin.py index 75783b0..e8a3ba9 100644 --- a/ckanext/harvest/plugin.py +++ b/ckanext/harvest/plugin.py @@ -50,7 +50,7 @@ class Harvest(p.SingletonPlugin, DefaultDatasetForm): data_dict['extras'] = [] data_dict['extras'].append({ - 'key': key, 'value': '"{0}"'.format(value), 'state': u'active' + 'key': key, 'value': value, 'state': u'active' }) if 'type' in data_dict and data_dict['type'] == DATASET_TYPE_NAME: