Skip to content

Commit

Permalink
[#1251] Fixes to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Mar 20, 2014
1 parent ba69718 commit 722bdef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/textpreview/plugin.py
Expand Up @@ -26,6 +26,7 @@ class TextPreview(p.SingletonPlugin):
xml_formats = []
json_formats = []
jsonp_formats = []
no_jsonp_formats = []

def update_config(self, config):
text_formats = config.get('ckan.preview.text_formats', '').split()
Expand Down

0 comments on commit 722bdef

Please sign in to comment.