We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067b37e commit 5a08515Copy full SHA for 5a08515
templates/rss.php
@@ -34,7 +34,7 @@
34
<atom:link href="<?php p($_['rssLink']); ?>" rel="self" type="application/rss+xml" />
35
<?php foreach ($_['activities'] as $activity) { ?>
36
<item>
37
- <guid isPermaLink="false"><?php p($activity['activity_id']); ?></guid>
+ <guid isPermaLink="false"><?php p($_['rssLink']); echo "?id="; p($activity['activity_id']); ?></guid>
38
<?php if (!empty($activity['subject'])): ?>
39
<title><?php p(str_replace("\n", ' ', $activity['subject'])); ?></title>
40
<?php endif; ?>
0 commit comments