summaryrefslogtreecommitdiff
path: root/contrib/show_order_details.en.must
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-19 18:06:13 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-19 18:06:13 +0530
commit4711c5e4306a1019bedaee3cf1265396fe242821 (patch)
tree1937c51166d1ee224f6616aad02f852e9db93b24 /contrib/show_order_details.en.must
parentb77ef665b0f3876f2c27db2d5a9b154fa1a9ba0d (diff)
downloadmerchant-4711c5e4306a1019bedaee3cf1265396fe242821.tar.gz
merchant-4711c5e4306a1019bedaee3cf1265396fe242821.tar.bz2
merchant-4711c5e4306a1019bedaee3cf1265396fe242821.zip
disable HTML escaping for URLs in mustache templates
Diffstat (limited to 'contrib/show_order_details.en.must')
-rw-r--r--contrib/show_order_details.en.must2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/show_order_details.en.must b/contrib/show_order_details.en.must
index 128a7918..71e6a564 100644
--- a/contrib/show_order_details.en.must
+++ b/contrib/show_order_details.en.must
@@ -55,7 +55,7 @@ The merchant has granted you refunds on the purchase of <b>{{refund_amount}}</b>
<h2>Full contract details</h2>
-!-- FIXME #6459: expand the contract JSON in all its glory here -->
+<!-- FIXME #6459: expand the contract JSON in all its glory here -->
<pre>
{{{contract}}}
</pre>