diff options
-rwxr-xr-x | sfeed_opml_export | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_opml_export b/sfeed_opml_export index 82704a6..b2510d4 100755 --- a/sfeed_opml_export +++ b/sfeed_opml_export @@ -51,7 +51,7 @@ feeds | LC_ALL=C awk 'BEGIN { gsub("<", "\\<"); gsub(">", "\\>"); - print "\t<outline title=\"" $1 "\" text=\""$1"\" xmlUrl=\""$2"\" htmlUrl=\""$3"\"/>"; + print "\t<outline title=\"" $1 "\" text=\"" $1 "\" xmlUrl=\"" $2 "\" htmlUrl=\"" $3 "\"/>"; }' cat <<! |