Merge branch 'manager_save_angular_1_8' into 'master'

manager: Adapt html to stricter rules in angularjs >= 1.8.0

See merge request lemonldap-ng/lemonldap-ng!155
This commit is contained in:
Xavier Guimard 2020-07-01 10:47:44 +02:00
commit d8bda9fa5d
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@
</div>
<div id="sbody" class="modal-body">
<div class="input-group maxw">
<label id="slabel" class="input-group-addon" for="longtextinput" trspan="cfgLog"/>
<textarea id="longtextinput" rows="5" class="form-control" ng-model="result" aria-describedby="slabel" />
<label id="slabel" class="input-group-addon" for="longtextinput" trspan="cfgLog"></label>
<textarea id="longtextinput" rows="5" class="form-control" ng-model="result" aria-describedby="slabel"></textarea>
</div>
</div>
<div class="modal-footer">