tfix formatting - gph-poll - a dynamic poll for geomyidae(8)
 (HTM) git clone git://src.adamsgaard.dk/gph-poll
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit f376c25d72b12a1a4db4f0343bd00af1915a5504
 (DIR) parent c83403471e0d54e6df7e5d7bbf85260f31fa06df
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 30 Mar 2021 12:39:53 +0200
       
       fix formatting
       
       Diffstat:
         M index.dcgi                          |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/index.dcgi b/index.dcgi
       t@@ -17,12 +17,13 @@ if [ -n "${search}" ]; then
                mv "${tmpdb}" "${polldb}"
        fi
        
       +printf '\n'
       +
        if [ -r "$polldescription" ]; then
                cat "$polldescription"
        fi
        
       -printf '\n'
       -printf '[7|New choice: _______|/%s|server|port]\n\n' "$polldir"
       +printf '[7|Your choice: _______|/%s|server|port]\n\n' "$polldir"
        printf 'Ranking:\n\n'
        
        sort "${polldb}" \