fix: source url in feed
This commit is contained in:
parent
6c6d25154d
commit
7861c9b091
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ if (isset($_GET['feed'])) // FEED
|
|||
<updated>'.date(DATE_ATOM, $art['date']).'</updated>
|
||||
|
||||
<content type="html">
|
||||
<![CDATA[(<a href="'.escape($art['feed_id']).'">source</a>)<br />'.escape_content($art['content']).']]>
|
||||
<![CDATA[(<a href="'.escape($art['url']).'">source</a>)<br />'.escape_content($art['content']).']]>
|
||||
</content>
|
||||
</entry>';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue