summaryrefslogtreecommitdiff
path: root/sfeed_opml_export
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_opml_export')
-rwxr-xr-xsfeed_opml_export2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_opml_export b/sfeed_opml_export
index 9c7afeb..eb22520 100755
--- a/sfeed_opml_export
+++ b/sfeed_opml_export
@@ -27,7 +27,7 @@ loadconfig() {
# override feed function to output OPML XML.
# feed(name, feedurl, [basesiteurl], [encoding])
feed() {
- # NOTE: TABs in field values are unsupported, be sane.
+ # TABs, newlines and echo options in field values are not checked.
echo "$1 $2"
}