"ref" -> "rel" attribute in link (to fix error in OPDS validation)

pull/1/head
Raymond Yee 2014-12-12 11:35:38 -08:00
parent e76b1feccc
commit 124bcda4a3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<id>https://unglue.it/api/opds/{{ feed.feed_path }}/</id>
<updated>{{ feed.updated }}</updated>
<link href="{{ feed.feed_path }}/"
ref="subsection"
rel="subsection"
type="application/atom+xml;profile=opds-catalog;kind=acquisition" />
<content type="text">{{ feed.description }}</content>
</entry>