diff --git a/data/interfaces/default/opds.html b/data/interfaces/default/opds.html index d67257f8..30c6489b 100644 --- a/data/interfaces/default/opds.html +++ b/data/interfaces/default/opds.html @@ -30,7 +30,7 @@ ${entry['updated']} ${entry['content']} %if entry['rel'] == 'acquisition': - + %else: %endif diff --git a/mylar/opds.py b/mylar/opds.py index 4a335e5e..53baaa81 100644 --- a/mylar/opds.py +++ b/mylar/opds.py @@ -307,7 +307,7 @@ class OPDS(object): 'content': escape('%s' % (metainfo[0]['summary'])), 'href': '/opds?cmd=Issue&issueid=%s' % quote_plus(issue['IssueID']), 'kind': 'acquisition', - 'rel': 'acquisition', + 'rel': 'file', 'author': metainfo[0]['writer'], } )