From 321c16a6467b6b56908b91e4e3df6f56b2befd05 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 16 Jan 2024 12:25:10 -0500 Subject: [PATCH] fix that actually shows the lines had to have some content on the line apparently. even a space didn't work. but showing periods as a vertical ... works. --- scripts/cgi/nechung.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/cgi/nechung.cgi b/scripts/cgi/nechung.cgi index 50552bf6..9e7b5250 100755 --- a/scripts/cgi/nechung.cgi +++ b/scripts/cgi/nechung.cgi @@ -3,4 +3,6 @@ export TMP=/tmp echo 'content-type: text/plain' echo ./nechung ./fortunes.dat -echo +echo "." +echo "." +echo "." -- 2.34.1