diff options
-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> |