repo: geminiclient action: commit revision: path_from: revision_from: 13c44c31700994433247033cc67f86eaf1df0c0d: path_to: revision_to:
commit 13c44c31700994433247033cc67f86eaf1df0c0d Author: epochDate: Fri Aug 21 00:48:19 2020 -0500 forgot to not put
at the end of'd lines diff --git a/gemini2html.c b/gemini2html.c--- a/gemini2html.c +++ b/gemini2html.c @@ -61,7 +61,7 @@ int main(int argc,char *argv[]) { second=first; } //need to encode the html entities for < > and "... - printf("%s
%s",first,second,LINE_ENDING); + printf("%s%s%s",first,second,pre?"":"
",LINE_ENDING); continue; } printf("%s
%s",line,LINE_ENDING);-----END OF PAGE-----