Remove XHTML and make it HTML5 valid

This commit is contained in:
Paul de Vries 2015-12-25 18:12:44 +00:00
parent ff96642f82
commit da1ae91d9a

View file

@ -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>