marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

commit 7ab86ac2ac78defceec84fe787f590b840281ebf
parent 33444eb85641d148f37b206584b6082a3321896d
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 24 Mar 2019 18:42:44 +0100

payto: fix xml quoting problem

Diffstat:
Mstandards/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 @@ -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>