Fix HTML markup of includeproperties.prevalues.html
I've noticed this span was missing a closing >, so I added it.
This commit is contained in:
committed by
Sebastiaan Janssen
parent
74a4d76983
commit
c23b813036
+1
-1
@@ -9,7 +9,7 @@
|
||||
<button type="button" class="btn" ng-click="addField()">
|
||||
<localize key="general_add">Add</localize>
|
||||
</button>
|
||||
<span class="help-inline" ng-bind="errorMsg"</span>
|
||||
<span class="help-inline" ng-bind="errorMsg"></span>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<table class="table" ng-show="model.value.length > 0">
|
||||
|
||||
Reference in New Issue
Block a user