summaryrefslogtreecommitdiff
path: root/modules/rss/views/feed.mrss.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-15 20:43:48 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-15 20:43:48 -0700
commitdcfa74e2d9084a4dd9ac56333c47d6fdbee46707 (patch)
treeda6885b8bd689705c4695f8c809ddc0c1bb486eb /modules/rss/views/feed.mrss.php
parentde3bfac2ecff4108517e61213926de64a8046610 (diff)
parent9379308f91a476f790fb8d444536719535c584e4 (diff)
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/rss/views/feed.mrss.php')
-rw-r--r--modules/rss/views/feed.mrss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rss/views/feed.mrss.php b/modules/rss/views/feed.mrss.php
index 89ba9f14..5fce8699 100644
--- a/modules/rss/views/feed.mrss.php
+++ b/modules/rss/views/feed.mrss.php
@@ -31,7 +31,7 @@
<![CDATA[
<span><?= html::purify($child->description) ?></span>
<p>
- <? if ($child->type == "photo" || $child->type == "album"): ?>
+ <? if ($child->type == "photo"): ?>
<img alt="" src="<?= $child->resize_url(true) ?>"
title="<?= html::purify($child->title)->for_html_attr() ?>"
height="<?= $child->resize_height ?>" width="<?= $child->resize_width ?>" /><br />
@@ -50,7 +50,7 @@
width="<?= $child->thumb_width ?>"
/>
<media:group>
- <? if ($child->type == "photo" || $child->type == "album"): ?>
+ <? if ($child->type == "photo"): ?>
<media:content url="<?= $child->resize_url(true) ?>"
fileSize="<?= @filesize($child->resize_path()) ?>"
type="<?= $child->mime_type ?>"