remove double end tag
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<umb-checkbox model="cmd.selected"
|
||||
on-change="selectCommand(cmd)"
|
||||
class="mce-cmd" />
|
||||
|
||||
|
||||
<!--<img ng-src="{{cmd.icon}}" />-->
|
||||
<i class="mce-ico" ng-class="(cmd.isCustom ? ' mce-i-custom ' : ' mce-i-') + cmd.fontIcon"></i>
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
text="{{css.name}}"/>
|
||||
</div>
|
||||
</umb-control-group>
|
||||
</umb-control-group>
|
||||
|
||||
<umb-control-group label="Dimensions" description="Set the editor dimensions">
|
||||
<div class="vertical-align-items">
|
||||
|
||||
Reference in New Issue
Block a user