diff --git a/ckanext/odsh/plugin.py b/ckanext/odsh/plugin.py
index e8844fc4d0433f6416ec61adbba69be60c15dd78..c4ef9e846aca0e71cac798ddaebcf01e73627241 100644
--- a/ckanext/odsh/plugin.py
+++ b/ckanext/odsh/plugin.py
@@ -482,7 +482,7 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm
                 d = parse(dict_pkg[field])
                 dict_pkg[field] = '{0.year:4d}-{0.month:02d}-{0.day:02d}T00:00:00Z'.format(
                     d)
-        if 'res_format' in dict_pkg:
-            dict_pkg['res_format']=[e.lower() for e in dict_pkg['res_format']]
+        # if 'res_format' in dict_pkg:
+        #     dict_pkg['res_format']=[e.lower() for e in dict_pkg['res_format']]
         return dict_pkg
     
\ No newline at end of file