mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-23 15:04:22 +01:00
declare html type (for escaped chars) in Atom entry titles
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<entry>
|
||||
<id>https://{{$.Host}}/{{$ee.Nevent}}</id>
|
||||
{{if not (eq "" $ee.RssTitle)}}
|
||||
<title>{{$ee.RssTitle}}</title>
|
||||
<title type="html">{{$ee.RssTitle}}</title>
|
||||
{{else}}
|
||||
<title>{{$ee.ModifiedAtStr}}</title>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user