diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-15 09:56:23 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-15 09:56:23 +0200 |
commit | b145174ad9eac818d0621c8ab2548c3f26565352 (patch) | |
tree | 6bdbb4031d1fcf6f62dc3c71672c60be372a6825 | |
parent | 233599a84f1092ecdde191d1149b3f7b0e19dc54 (diff) |
sfeed_opml_export: code-style for whitespace with variables
-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 <<! |