sync with python rss_images

This commit is contained in:
Shish 2019-04-26 10:14:00 +01:00
parent 80c84f3248
commit b2b4317203

View file

@ -96,8 +96,10 @@ class RSS_Images extends Extension {
$image_url = $image->get_image_link();
$posted = date(DATE_RSS, strtotime($image->posted));
$content = html_escape(
"<div>" .
"<p>" . $this->theme->build_thumb_html($image) . "</p>" .
"<p>Uploaded by " . html_escape($owner->name) . "</p>"
"<p>Uploaded by " . html_escape($owner->name) . "</p>" .
"</div>"
);
$data = "