Skip to content

Commit 2c58770

Browse files
Baptistelenybernard
authored andcommitted
fix typo
shame on me...
1 parent 98ab0f9 commit 2c58770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/toastr.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
hideMethod : '{{ options.hideMethod|default('fadeOut') }}'
2828
};
2929
30-
var body = "{{ body|replace('\r\n|\n|\r', '<br/>')|raw|trans({}, translationDomain|default('messages'))) }}";
30+
var body = "{{ body|replace('\r\n|\n|\r', '<br/>')|raw|trans({}, translationDomain|default('messages')) }}";
3131
delay({% if timeout is defined and timeout != null %} {{ timeout }}{% else %} 1000{% endif %} , function() {
3232
return toastr.{{ type }}(body,"{{ title|default(("alert."~type~".label")|trans({}, translationDomain|default('messages'))) }}");
3333
});

0 commit comments

Comments
 (0)