Add more whitespaces to separate title, author and date - gophercgis - Collection of gopher CGI/DCGI for geomyidae
 (HTM) hg clone https://bitbucket.org/iamleot/gophercgis
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) changeset 8b9983d749e8c100a72a9b51badcf960bf4fe3c5
 (DIR) parent b142d15d2742ff652003092a5089168ebb81b208
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Fri,  7 Sep 2018 09:18:59 
       
       Add more whitespaces to separate title, author and date
       
       Diffstat:
        common/feed.sh |  4 ++--
        1 files changed, 2 insertions(+), 2 deletions(-)
       ---
       diff -r b142d15d2742 -r 8b9983d749e8 common/feed.sh
       --- a/common/feed.sh    Fri Sep 07 03:10:24 2018 +0200
       +++ b/common/feed.sh    Fri Sep 07 09:18:59 2018 +0200
       @@ -24,10 +24,10 @@
        
                       desc = title
                       if (feed_author && author) {
       -                       desc = desc ", " author
       +                       desc = desc ",   " author
                       }
                       if (feed_date && timestamp) {
       -                       desc = sprintf("%s (%s)", desc,
       +                       desc = sprintf("%s   (%s)", desc,
                                  strftime("%Y-%m-%d", timestamp))
                       }