This commit is contained in:
parent
bb91324d89
commit
94a995d814
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,7 @@ SafeHtml RenderPayFieldset(const Form::Checkout& prev, SafeHtml payError,
|
||||||
? Format(
|
? Format(
|
||||||
R"(<label class="pay-option">)"
|
R"(<label class="pay-option">)"
|
||||||
R"(<input type="radio" name="pay"{}{}>)"
|
R"(<input type="radio" name="pay"{}{}>)"
|
||||||
R"(<span><strong>Bank transfer</strong></span>)",
|
R"(<span><strong>Bank transfer</strong></span></label>)",
|
||||||
Attr("value", std::string(Form::kPayBank)),
|
Attr("value", std::string(Form::kPayBank)),
|
||||||
wantsCrypto ? SafeHtml{} : Raw(" checked"))
|
wantsCrypto ? SafeHtml{} : Raw(" checked"))
|
||||||
: SafeHtml{};
|
: SafeHtml{};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue