conforming to RFC 4278 4.1.3.3. Processing Model
This commit is contained in:
parent
6b9520197a
commit
8ebbd0d708
|
|
@ -53,9 +53,9 @@
|
|||
{{ /if }}
|
||||
|
||||
{{ if $e.content }}
|
||||
<content type="html" src="{{ $e.link }}"><![CDATA[{{@ $e.content.html || $e.content.text }}]]></content>
|
||||
<content type="html" src="{{ $e.link }}">{{ $e.content.html || $e.content.text }}</content>
|
||||
{{ else if $e.description }}
|
||||
<content type="html" src="{{ $e.link }}"><![CDATA[{{@ $e.description }}]]></content>
|
||||
<content type="html" src="{{ $e.link }}">{{ $e.description }}</content>
|
||||
{{ /if }}
|
||||
|
||||
{{ if typeof $e.category === 'string' }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue