gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-marketing] branch master updated: payto: fix xml quo


From: gnunet
Subject: [GNUnet-SVN] [taler-marketing] branch master updated: payto: fix xml quoting problem
Date: Sun, 24 Mar 2019 18:42:49 +0100

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

dold pushed a commit to branch master
in repository marketing.

The following commit(s) were added to refs/heads/master by this push:
     new 7ab86ac  payto: fix xml quoting problem
7ab86ac is described below

commit 7ab86ac2ac78defceec84fe787f590b840281ebf
Author: Florian Dold <address@hidden>
AuthorDate: Sun Mar 24 18:42:44 2019 +0100

    payto: fix xml quoting problem
---
 standards/draft-dold-payto.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/standards/draft-dold-payto.xml b/standards/draft-dold-payto.xml
index 6d77d19..bbabd76 100644
--- a/standards/draft-dold-payto.xml
+++ b/standards/draft-dold-payto.xml
@@ -53,9 +53,6 @@
     <!-- Meta-data Declarations -->
     <area>General</area>
     <workgroup>Independent Stream</workgroup>
-    <submissionType>independent</submissionType>
-    <stream>independent</stream>
-    <status>experimental</status>
     <keyword>payments</keyword>
 
     <abstract>
@@ -98,7 +95,7 @@
   <figure>
   <artwork type="abnf"><![CDATA[
   payto-URI = "payto" "://" authority path-abempty [ "?" opts ]
-  opts = opt *( "&amp;" opt )
+  opts = opt *( "&" opt )
   opt = (generic-opt / authority-specific-opt) "=" *( pchar )
   generic-opt = "amount" / "creditor-name" / "debitor-name" /
                 "message" / "instruction"
@@ -168,7 +165,7 @@
  ]]>
   </artwork>
 </figure>
-The unit value MUST be smaller than 2<sup>53</sup>.
+The unit value MUST be smaller than 2^53.
 If present, the fraction MUST consist of no more than 8 decimal digits.
 The use of commas is optional for readability and they MUST be ignored.
 </t>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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