From 8ebbd0d7084d7053107df96bc30a14ac2b573d0f Mon Sep 17 00:00:00 2001 From: Queensferry Date: Tue, 26 Jan 2021 09:21:32 +0800 Subject: [PATCH] fix: [core] atom feed template (#6628) (#6726) conforming to RFC 4278 4.1.3.3. Processing Model --- lib/views/atom.art | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/atom.art b/lib/views/atom.art index dfc50fc17..ee0addb78 100644 --- a/lib/views/atom.art +++ b/lib/views/atom.art @@ -53,9 +53,9 @@ {{ /if }} {{ if $e.content }} - + {{ $e.content.html || $e.content.text }} {{ else if $e.description }} - + {{ $e.description }} {{ /if }} {{ if typeof $e.category === 'string' }}