Skip to content

Commit

Permalink
reformat /ckan/ckan/controllers/tag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbspeakr authored and tobes committed Apr 11, 2013
1 parent f008887 commit 39b49df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/controllers/tag.py
Expand Up @@ -68,4 +68,5 @@ def read(self, id):
if h.asbool(config.get('ckan.legacy_templates', False)):
return base.render('tag/read.html')
else:
h.redirect_to(controller='package', action='search', tags=c.tag.get('name'))
h.redirect_to(controller='package', action='search',
tags=c.tag.get('name'))

0 comments on commit 39b49df

Please sign in to comment.