summaryrefslogtreecommitdiff
path: root/sfeed_opml_export
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-05-15 09:56:23 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-05-15 09:56:23 +0200
commitb145174ad9eac818d0621c8ab2548c3f26565352 (patch)
tree6bdbb4031d1fcf6f62dc3c71672c60be372a6825 /sfeed_opml_export
parent233599a84f1092ecdde191d1149b3f7b0e19dc54 (diff)
sfeed_opml_export: code-style for whitespace with variables
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 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 <<!