diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2012-08-03 15:37:06 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2012-08-03 15:37:06 +0200 |
commit | 4a4bb045c8fa85604bb8ca3b72dc660a0c82083b (patch) | |
tree | 9a158ef5f4378cf804d258901364a2d272a486dc | |
parent | b5c80f6e258208be4a29edde7047127e99315f28 (diff) |
cleanup: remove trailing whitespace
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rwxr-xr-x | sfeed_opml_export | 4 |
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> |