Fix incorrect end tag in FAC example

This commit is contained in:
~lucidiot 2023-05-28 15:14:24 +02:00
parent 7afe497147
commit 124fe1e5de
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@
<pre>&lt;feed xmlns="http://www.w3.org/2005/Atom" xmlns:access="http://www.bloglines.com/about/specs/fac-1.0"&gt;
&lt;access:restriction relationship="deny" /&gt;
&lt;!-- ... --&gt;
&lt;/rss&gt;</pre>
&lt;/feed&gt;</pre>
<p>Note that this is the only case I know of where an RSS extension adds a tag outside of both <code>&lt;channel&gt;</code> and <code>&lt;item&gt;</code>.</p>
]]></description>
</item>