commit 4a4bb045c8fa85604bb8ca3b72dc660a0c82083b
parent b5c80f6e258208be4a29edde7047127e99315f28
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 3 Aug 2012 15:37:06 +0200
cleanup: remove trailing whitespace
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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>