Fix tag url in opds
This commit is contained in:
parent
0637cb7602
commit
497a020f9a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
title="{{html .}}"
|
title="{{html .}}"
|
||||||
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
|
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
|
||||||
<updated>{{$updated}}</updated>
|
<updated>{{$updated}}</updated>
|
||||||
<id>{{$baseurl}}/search/?tag:{{urlquery .}}</id>
|
<id>{{$baseurl}}/search/?q=tag:{{urlquery .}}</id>
|
||||||
</entry>
|
</entry>
|
||||||
{{end}}
|
{{end}}
|
||||||
</feed>
|
</feed>
|
||||||
|
|
Reference in a new issue