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:
rbottema
2020-05-27 20:31:24 +02:00
committed by Sebastiaan Janssen
parent 74a4d76983
commit c23b813036
@@ -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">