Skip to content

Commit

Permalink
[#3196] Fix bad merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 15, 2016
1 parent c6d3bbc commit 1f421fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/feed.py
Expand Up @@ -351,7 +351,7 @@ def custom(self):
feed_title=u'%s - Custom query' % site_title,
feed_description=u'Recently created or updated'
' datasets on %s. Custom query: \'%s\'' %
(g.site_title, q),
(site_title, q),
feed_link=alternate_url,
feed_guid=_create_atom_id(atom_url),
feed_url=feed_url,
Expand Down

0 comments on commit 1f421fd

Please sign in to comment.