Skip to content

Commit

Permalink
make that a %s
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Aug 17, 2010
1 parent bff8746 commit f2fd3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/applications/views.py
Expand Up @@ -57,4 +57,4 @@ def item_link(self):
return self.link()

def item_guid(self, item):
return self.item_link() + '%:%s' % item
return self.item_link() + '%s:%s' % item

0 comments on commit f2fd3f6

Please sign in to comment.