Remove one unused line after boxtitle reformatting. - tgtimes - The Gopher Times
 (HTM) git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit 3215f283afd7ab47b41776486a8575dd29a6e03c
 (DIR) parent ab8073181d221ca5572653bf5c219c8037e15a0b
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Tue,  8 Aug 2023 15:46:43 +0200
       
       Remove one unused line after boxtitle reformatting.
       
       Diffstat:
         M filters/title-boxes.filter          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/filters/title-boxes.filter b/filters/title-boxes.filter
       @@ -23,7 +23,7 @@ do
                        nline0="$(printf "%s\n" "${line0}" \
                                | sed "s,\[  \],\[$(tput smul)$(tput bold)${nline2}$(tput sgr0)\],")"
                        printf "%s\n" "${nline0}"
       -                printf "%s\n" "${line1}"
       +                #printf "%s\n" "${line1}"
                        ;;
                *)
                        printf "%s\n" "${line}"