summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-12-05 12:09:25 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-12-05 12:09:25 -0800
commitfcbf824c05a7ba61391c0b5afc1589436490e7ba (patch)
treea1cf9a689dc444e7a9e6ccae5d4ea8e2af3210d1
parent4a6b62c285fb384739b5d918113758209a259e9e (diff)
parent145ec2f38f471bcc9fe49c6224bf4fc4af03f524 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
-rw-r--r--modules/rss/views/feed.mrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rss/views/feed.mrss.php b/modules/rss/views/feed.mrss.php
index 5fce8699..a61ee96c 100644
--- a/modules/rss/views/feed.mrss.php
+++ b/modules/rss/views/feed.mrss.php
@@ -56,7 +56,6 @@
type="<?= $child->mime_type ?>"
height="<?= $child->resize_height ?>"
width="<?= $child->resize_width ?>"
- isDefault="true"
/>
<? if (access::can("view_full", $child)): ?>
<media:content url="<?= $child->file_url(true) ?>"
@@ -64,6 +63,7 @@
type="<?= $child->mime_type ?>"
height="<?= $child->height ?>"
width="<?= $child->width ?>"
+ isDefault="true"
/>
<? endif ?>
<? else: ?>