summaryrefslogtreecommitdiff
path: root/sfeed_opml_export
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2012-08-03 15:37:06 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2012-08-03 15:37:06 +0200
commit4a4bb045c8fa85604bb8ca3b72dc660a0c82083b (patch)
tree9a158ef5f4378cf804d258901364a2d272a486dc /sfeed_opml_export
parentb5c80f6e258208be4a29edde7047127e99315f28 (diff)
cleanup: remove trailing whitespace
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
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>