Skip to content

Commit

Permalink
Fix self-closing element
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Aug 6, 2021
1 parent dafa5d2 commit f7dee7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<option value="">{{chooseLabel}}...</option>
</select>
<button type="button" ng-show="allowChangeTemplate && node.template !== null" class="umb-node-preview__action" style="margin-left:15px;" ng-click="openTemplate()">
<localize key="general_open">Open</localize><span class="sr-only">&nbsp;{{node.template}} <localize key="template_template"/></span>
<localize key="general_open">Open</localize><span class="sr-only">&nbsp;{{node.template}} <localize key="template_template"></localize></span>
</button>
</div>
</umb-control-group>
Expand Down

0 comments on commit f7dee7e

Please sign in to comment.