gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 14/26: doc/examples: improved formatting


From: gnunet
Subject: [libmicrohttpd] 14/26: doc/examples: improved formatting
Date: Mon, 25 Apr 2022 15:08:38 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit ec2d818cc4975bef2f6d0c6f36ffd5bcf9ea4443
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Apr 23 16:16:58 2022 +0300

    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 =
-  "<html><body>\
-                       What's your name, Sir?<br>\
-                       <form action=\"/namepost\" method=\"post\">\
-                       <input name=\"name\" type=\"text\">\
-                       <input type=\"submit\" value=\" Send \"></form>\
-                       </body></html>";
+  "<html><body>\n"
+  "What's your name, Sir?<br>\n"
+  "<form action=\"/namepost\" method=\"post\">\n"
+  "<input name=\"name\" type=\"text\">\n"
+  "<input type=\"submit\" value=\" Send \"></form>\n"
+  "</body></html>";
 
 #define GREETINGPAGE \
   "<html><body><h1>Welcome, %s!</center></h1></body></html>"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]