We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c45e49 commit c8938adCopy full SHA for c8938ad
2 files changed
src/templates/bootstrap4/html/form.ejs
@@ -2,4 +2,4 @@
2
{% ctx.attrs.forEach(function(attr) { %}
3
{{attr.attr}}="{{attr.value}}"
4
{% }) %}
5
->{{ctx.t(ctx.content)}}{% if (!ctx.singleTags || ctx.singleTags.indexOf(ctx.tag) === -1) { %}</{{ctx.tag}}>{% } %}
+>{{ ctx.builder ? ctx.content : ctx.t(ctx.content) }}{% if (!ctx.singleTags || ctx.singleTags.indexOf(ctx.tag) === -1) { %}</{{ctx.tag}}>{% } %}
src/templates/bootstrap5/html/form.ejs
0 commit comments