gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: perfectionist HTML


From: gnunet
Subject: [taler-merchant] branch master updated: perfectionist HTML
Date: Wed, 29 Jul 2020 15:49:30 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 9bbd604  perfectionist HTML
9bbd604 is described below

commit 9bbd604c5ce1460cf0ac13ac6f0505d400191194
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 29 15:49:27 2020 +0200

    perfectionist HTML
---
 src/backend/taler-merchant-httpd_get-orders-ID.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c 
b/src/backend/taler-merchant-httpd_get-orders-ID.c
index a60b200..bbb085b 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -552,9 +552,11 @@ create_qrcode (const char *uri)
   QRinput_free (qri);
   /* FIXME-Dold: generate <img> with inline SVG instead of <pre> here! */
   GNUNET_buffer_write_str (&buf,
-                           "<pre><br>\n<br>\n<br>\n<br>\n    ");
+                           "<pre><br>\n<br>\n<br>\n<br>\n");
   for (unsigned int y = 0; y<qrc->width; y++)
   {
+    GNUNET_buffer_write_str (&buf,
+                             "    ");
     for (unsigned int x = 0; x<qrc->width; x++)
     {
       unsigned int off = x + y * qrc->width;
@@ -563,7 +565,7 @@ create_qrcode (const char *uri)
                                 (0 != (qrc->data[off] & 1)) ? "██" : "  ");
     }
     GNUNET_buffer_write_str (&buf,
-                             "<br>    \n    ");
+                             "    <br>\n");
   }
   GNUNET_buffer_write_str (&buf,
                            "<br>\n<br>\n<br>\n<br>\n</pre>");

-- 
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]