sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit b145174ad9eac818d0621c8ab2548c3f26565352
parent 233599a84f1092ecdde191d1149b3f7b0e19dc54
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 15 May 2019 09:56:23 +0200

sfeed_opml_export: code-style for whitespace with variables

Diffstat:
Msfeed_opml_export | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 <<!