Skip to content

Commit

Permalink
#1028 Fix wrong HTML attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-we committed Dec 3, 2020
1 parent 5ae0451 commit bb0c12b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,14 @@ <h3>Compared Build</h3>
</div>
</div>


<div class="row">
<div class="col-md-12">
<h3>Comparison Log</h3>
<textarea id="comparisonLog" class="form-control" rows="10" wrap="off" readonly="true"
title="the output of the comparison task on the server">{{ log }}</textarea>
<textarea id="comparisonLog" class="form-control" rows="10" wrap="soft"
title="the output of the comparison task on the server" readonly>{{ log }}</textarea>
</div>
</div>


</div>
<div class="modal-footer">
<button (click)="modalRef.hide()" class="btn btn-primary" type="button">Close</button>
Expand Down

0 comments on commit bb0c12b

Please sign in to comment.