sfeed github converter: use plain-text type - randomcrap - random crap programs of varying quality
HTML git clone git://git.codemadness.org/randomcrap
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 24d8a0fa0f87e055ea68b7004b2609287cc5d8e5
DIR parent b952e0706644f6ae41c607afabab59e4a44f7580
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 19 Mar 2023 12:39:13 +0100
sfeed github converter: use plain-text type
Diffstat:
M config/sfeed/connectors/github | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config/sfeed/connectors/github b/config/sfeed/connectors/github
@@ -53,7 +53,7 @@ function show(issue) {
print "\t<id>" o["html_url"] "</id>";
if (o["user.login"] != "")
print "\t<author><name>" o["user.login"] "</name></author>";
- print "\t<content type=\"html\"><![CDATA[" body "]]></content>";
+ print "\t<content type=\"text\"><![CDATA[" body "]]></content>";
for (k in labels)
print "\t<category term=\"" xmlencode(labels[k]) "\" />";
print "</entry>";