From ec2d818cc4975bef2f6d0c6f36ffd5bcf9ea4443 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sat, 23 Apr 2022 16:16:58 +0300 Subject: [PATCH] doc/examples: improved formatting --- doc/examples/simplepost.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c index 52146ce3..80a948fe 100644 --- a/doc/examples/simplepost.c +++ b/doc/examples/simplepost.c @@ -34,12 +34,12 @@ struct connection_info_struct }; const char *askpage = - "\ - What's your name, Sir?
\ -
\ - \ -
\ - "; + "\n" + "What's your name, Sir?
\n" + "
\n" + "\n" + "
\n" + ""; #define GREETINGPAGE \ "

Welcome, %s!

"