summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsfeed_opml_export2
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("<", "\\&lt;");
gsub(">", "\\&gt;");
- print "\t<outline title=\"" $1 "\" text=\""$1"\" xmlUrl=\""$2"\" htmlUrl=\""$3"\"/>";
+ print "\t<outline title=\"" $1 "\" text=\"" $1 "\" xmlUrl=\"" $2 "\" htmlUrl=\"" $3 "\"/>";
}'
cat <<!