Remove XHTML and make it HTML5 valid
This commit is contained in:
parent
ff96642f82
commit
da1ae91d9a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
</a>
|
||||
<ul class="dropdown-menu" data-bind="foreach: system.systemActions">
|
||||
<!-- ko if: action == "divider" -->
|
||||
<li class="divider" />
|
||||
<li class="divider"></li>
|
||||
<!-- /ko -->
|
||||
<!-- ko if: action != "divider" -->
|
||||
<li><a href="#" data-bind="click: $root.system.triggerCommand, text: name"></a></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue