diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-06-19 11:09:59 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-06-19 11:09:59 +0100 |
| commit | 6b24f401cfce32214caab6d79549b4ee50f566f5 (patch) | |
| tree | 1583155248624ff069cebd2d1e50b235a5f01c98 /lib/gemfeed.source.sh | |
| parent | dfca7068e834ceff944d79ce4e4c7b3c14b94f91 (diff) | |
new default css style - dont display img descriptions above the image anymore
Diffstat (limited to 'lib/gemfeed.source.sh')
| -rw-r--r-- | lib/gemfeed.source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gemfeed.source.sh b/lib/gemfeed.source.sh index eba9384..702c510 100644 --- a/lib/gemfeed.source.sh +++ b/lib/gemfeed.source.sh @@ -51,7 +51,7 @@ GEMFEED # Extract the date from the file name, and also get the word count. local filename_date=$(basename "$gemfeed_dir/$gmi_file" | cut -d- -f1,2,3) - local words=$(printf %04d $(gemfeed::_get_word_count "$gemfeed_dir/$gmi_file")) + local words=$(printf %04d "$(gemfeed::_get_word_count "$gemfeed_dir/$gmi_file")") echo "=> ./$gmi_file $filename_date ($words words) - $title" >> \ "$gemfeed_dir/index.gmi.tmp" |
