Skip to content

Commit

Permalink
Merge pull request #316 from mfairchild365/issue-315
Browse files Browse the repository at this point in the history
Use the page URL for the rss <link>
  • Loading branch information
kabel authored Oct 5, 2016
2 parents f42afb0 + ca5a2d5 commit 52a013c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/xml/Media.tpl.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<item>
<title><?php echo htmlspecialchars($context->title); ?></title>
<link><?php echo htmlspecialchars($context->getMediaURL()); ?></link>
<link><?php echo htmlspecialchars($context->getURL()); ?></link>
<description><![CDATA[
<?php echo $context->description; ?>
]]></description>
Expand Down

0 comments on commit 52a013c

Please sign in to comment.