Skip to content

Commit

Permalink
20210507 Hotfix パッチ対応
Browse files Browse the repository at this point in the history
  • Loading branch information
h.matsuo committed May 8, 2021
1 parent dc27cb5 commit 1796d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/admin/Order/mail_confirm.twig
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $(function() {
<div class="col-3"><span>{{ 'admin.order.mail_body'|trans }}</span></div>
<div class="col">
<div id="detail_box__tpl_data" class="form-group tab-pane active">
{{ form.tpl_data.vars.data|trans|raw|nl2br }}
{{ form.tpl_data.vars.data|trans|nl2br }}
<div style="display: none">{{ form_widget(form.tpl_data) }}</div>
</div>
</div>
Expand Down

0 comments on commit 1796d08

Please sign in to comment.