Skip to content

Commit 8ef0fc6

Browse files
committed
1 parent 55b53ef commit 8ef0fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlogEngine/BlogEngine.Core/Services/Syndication/SyndicationGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ private static void WriteRssItem(XmlWriter writer, IPublishable publishable)
673673
}
674674

675675
writer.WriteElementString("description", content);
676-
writer.WriteElementString("link", publishable.AbsoluteLink.ToString());
676+
writer.WriteElementString("link", publishable.AbsoluteLink.AbsoluteUri);
677677

678678
// ------------------------------------------------------------
679679
// Write enclosure tag for podcasting support

0 commit comments

Comments
 (0)