diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-08-24 14:21:04 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-08-24 14:21:04 +0200 |
commit | 6ffbfff68334884bcef2fc894e4739b5d8aa71c8 (patch) | |
tree | 83b9c871a8940efccebb2e83a1b9f141ac685270 | |
parent | 9df967c6a090994a21139da56ee83a576cc63922 (diff) |
no escaping in lstlisting
-rw-r--r-- | articles/ui/ui.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/ui/ui.tex b/articles/ui/ui.tex index dbe89e143..0f0d66882 100644 --- a/articles/ui/ui.tex +++ b/articles/ui/ui.tex @@ -778,7 +778,7 @@ a Taler wallet is installed (as it is in Figure~\ref{fig:shopping}). "auditors":[], "exchanges":[{"master_pub":"CQA...","url":"https://myexchange/"}], "expiry":"/Date(1480119270)/", - "fulfillment\_url": "https://myshop/essay/...", + "fulfillment_url": "https://myshop/essay/...", "max_fee":{"currency":"KUDOS","fraction":0,"value":3}, "merchant":{"address":"Somewhere","jurisdiction":"none","name":"Kudos Inc."}, "merchant_pub":"YDP...", |