commit c3e7a8b0e627e279d8e2114fe7aee15eedaee49e
parent 2074029750f0e5a522c16164f4abaa8cf2af14c1
Author: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>
Date: Thu, 2 Apr 2026 15:08:16 +0200
-avoid escaping
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template/features.html.j2 b/template/features.html.j2
@@ -58,7 +58,7 @@
</p>
</div>
<div class="col-lg-6">
- <img class="img-fluid" src="{{ url_static('images/TalerDiagram.svg') }}" width="600px" alt="{{ _("The Taler core system is marked in blue and consists of three components, which are arranged in a triangle: the Taler exchange (E) at the top, a customer (C) to the left, and a merchant (M) to the right. E is visualized as two arrows pointing to each other in a circle, where the upper one is black and the lower one is blue. The three components E, C, and M are connected by arrows in counter-clockwise direction. The arrows are labeled as following: from E to C with \"Withdraw coins\", from C to M with \"Pay anonymously\", and from M to E with \"Deposit coins\". Two more components are shown in black in the same row as E: the Customer Bank (CB) and the Merchant Bank (MB) arranged above C and M, respectively. CB, E, and MB are connected with arrows from left to right, which are labeled with \"Wire money\". A separate component called \"Auditor\" is shown in gray with an arrow pointing towards E.") }}">
+ <img class="img-fluid" src="{{ url_static('images/TalerDiagram.svg') }}" width="600px" alt="{{ _("The Taler core system is marked in blue and consists of three components, which are arranged in a triangle: the Taler exchange (E) at the top, a customer (C) to the left, and a merchant (M) to the right. E is visualized as two arrows pointing to each other in a circle, where the upper one is black and the lower one is blue. The three components E, C, and M are connected by arrows in counter-clockwise direction. The arrows are labeled as following: from E to C with 'Withdraw coins', from C to M with 'Pay anonymously', and from M to E with 'Deposit coins'. Two more components are shown in black in the same row as E: the Customer Bank (CB) and the Merchant Bank (MB) arranged above C and M, respectively. CB, E, and MB are connected with arrows from left to right, which are labeled with 'Wire money'. A separate component called 'Auditor' is shown in gray with an arrow pointing towards E.") }}">
</div>
</div>
</div>