From 7861c9b091e30445204e188f37945796a922ad1b Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Fri, 28 Jun 2013 11:33:17 +0200 Subject: [PATCH] fix: source url in feed --- autoblogs/autoblog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoblogs/autoblog.php b/autoblogs/autoblog.php index b61afa3..97ba062 100644 --- a/autoblogs/autoblog.php +++ b/autoblogs/autoblog.php @@ -622,7 +622,7 @@ if (isset($_GET['feed'])) // FEED '.date(DATE_ATOM, $art['date']).' - source)
'.escape_content($art['content']).']]> + source)
'.escape_content($art['content']).']]>
'; }