"ref" -> "rel" attribute in link (to fix error in OPDS validation)
parent
e76b1feccc
commit
124bcda4a3
|
@ -34,7 +34,7 @@
|
||||||
<id>https://unglue.it/api/opds/{{ feed.feed_path }}/</id>
|
<id>https://unglue.it/api/opds/{{ feed.feed_path }}/</id>
|
||||||
<updated>{{ feed.updated }}</updated>
|
<updated>{{ feed.updated }}</updated>
|
||||||
<link href="{{ feed.feed_path }}/"
|
<link href="{{ feed.feed_path }}/"
|
||||||
ref="subsection"
|
rel="subsection"
|
||||||
type="application/atom+xml;profile=opds-catalog;kind=acquisition" />
|
type="application/atom+xml;profile=opds-catalog;kind=acquisition" />
|
||||||
<content type="text">{{ feed.description }}</content>
|
<content type="text">{{ feed.description }}</content>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
Loading…
Reference in New Issue