Skip to content

Commit

Permalink
fix whitespaces in resulting domain for string elements
Browse files Browse the repository at this point in the history
closes: #77
  • Loading branch information
trefzer committed Aug 21, 2024
1 parent a5480e0 commit dcad86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/domain/generic.epp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</<%= $key %>>
<%- } else { -%>
<<%= $key %>><% -%>
<%= $element['values'] %></<%= $key %>>
<%- %><%= $element['values'] %></<%= $key %>>
<%- } -%>
<%- } -%>
<%- } else { -%>
Expand Down

0 comments on commit dcad86f

Please sign in to comment.