Skip to content

Commit

Permalink
<div> element is not closed properly
Browse files Browse the repository at this point in the history
Co-authored-by: @morimoriysmoon
  • Loading branch information
justparking authored and scroix committed Apr 1, 2024
1 parent a4d0ca6 commit ab3e625
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nodel-webui-js/src/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,8 @@
<div class="col-sm-6">
<div {{props action}}
data-{{:key}}='{{:prop}}'
{{/props}} {{if ~isgrouped}}data-isgrouped="true"{{/if}} data-btnfaicon="running"/>
{{/props}} {{if ~isgrouped}}data-isgrouped="true"{{/if}} data-btnfaicon="running">
</div>
</div>
{{/if}}
{{if event}}
Expand All @@ -713,7 +714,8 @@
{{/if}}
<div {{props event}}
data-{{:key}}='{{:prop}}'
{{/props}} {{if ~isgrouped}}data-isgrouped="true"{{/if}} data-btnfaicon="traffic-light" data-disabled="true"/>
{{/props}} {{if ~isgrouped}}data-isgrouped="true"{{/if}} data-btnfaicon="traffic-light" data-disabled="true">
</div>
</div>
{{/if}}
</div>
Expand Down

0 comments on commit ab3e625

Please sign in to comment.