README: Fix `Content-type:' for text files - gopher2html - AWK script that converts a Gopher response to HTML
 (HTM) hg clone https://bitbucket.org/iamleot/gopher2html
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset 3eab2992192decb38accd4a31031307aba90a3c4
 (DIR) parent 33d076516fd56458543a4af4f7dfe0657fa95167
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Tue, 23 Jan 2018 09:47:16 
       
       README: Fix `Content-type:' for text files
       
       Diffstat:
        README |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r 33d076516fd5 -r 3eab2992192d README
       --- a/README    Tue Jan 16 08:54:12 2018 +0100
       +++ b/README    Tue Jan 23 09:47:16 2018 +0100
       @@ -21,7 +21,7 @@
         case "$QUERY_STRING" in
         */0/*)
               export GOPHER2HTML_TYPE="file"
       -       echo Content-type: text/text
       +       echo Content-type: text/plain
               ;;
         *)
               echo Content-type: text/html