summaryrefslogtreecommitdiff
path: root/sfeed_opml_export
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_opml_export')
-rwxr-xr-xsfeed_opml_export4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_opml_export b/sfeed_opml_export
index 287555e..cfd746f 100755
--- a/sfeed_opml_export
+++ b/sfeed_opml_export
@@ -26,7 +26,7 @@ loadconfig() {
# feed(name, feedurl, basesiteurl, [encoding])
feed() {
cat <<!
- <outline
+ <outline
title="$1" text="$1"
xmlUrl="$2" htmlUrl="$3"/>
!
@@ -47,7 +47,7 @@ cat <<!
feeds
# wait till all items are processed (in parallel).
wait
-
+
cat <<!
</body>
</opml>