Use tabs instead of spaces for *_header. - 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 f6e7d750cf8777a849cfe39c0cb10b34bc6b1879
 (DIR) parent ea79385a2de358ca80b0ecad02738666ad88c9bb
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Tue,  7 Aug 2018 20:35:37 
       
       Use tabs instead of spaces for *_header.
       
       Diffstat:
        instagram/user.dcgi |  22 +++++++++++-----------
        1 files changed, 11 insertions(+), 11 deletions(-)
       ---
       diff -r ea79385a2de3 -r f6e7d750cf87 instagram/user.dcgi
       --- a/instagram/user.dcgi       Tue Aug 07 20:14:15 2018 +0200
       +++ b/instagram/user.dcgi       Tue Aug 07 20:35:37 2018 +0200
       @@ -23,21 +23,21 @@
        
        profile_header='
        .entry_data.ProfilePage[] | .graphql.user |
       -    "t",
       -    "t@" + .username + " - " + .full_name,
       -    "t",
       -    "t" + .biography,
       -    "t",
       -    "tFollowed by: " + ( .edge_followed_by.count | tostring ),
       -    "tFollows:     " + ( .edge_follow.count | tostring ),
       -    "t",
       +       "t",
       +       "t@" + .username + " - " + .full_name,
       +       "t",
       +       "t" + .biography,
       +       "t",
       +       "tFollowed by: " + ( .edge_followed_by.count | tostring ),
       +       "tFollows:     " + ( .edge_follow.count | tostring ),
       +       "t",
        '
        
        data_header='
        .data.user |
       -    "t",
       -    "t@" + "'"${user}"'",
       -    "t",
       +       "t",
       +       "t@" + "'"${user}"'",
       +       "t",
        '
        
        profile_footer='