Skip to content
Snippets Groups Projects
Commit 45bd9f22 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu Committed by Joe Van Boxtel
Browse files

ROENROLL-1902, 1947

parent af1c3857
No related branches found
No related tags found
No related merge requests found
Pipeline #43215 passed
......@@ -132,7 +132,7 @@
</div>
<div>
<p *ngIf="audit.topSection.whatIfCautionText">{{ audit.topSection.whatIfCautionText }}</p>
<p *ngIf="audit.topSection.whatIfCautionText" class="pre-wrap">{{ audit.topSection.whatIfCautionText }}</p>
<p *ngIf="audit.completeText" style="text-align: center">{{ audit.completeText }}</p>
</div>
......@@ -181,7 +181,7 @@
<div>
<p>
<ng-container *ngFor="let line of (requirement | requirementTitle)">
{{line}}
<span [innerHTML]="line"></span>
</ng-container>
</p>
</div>
......@@ -280,9 +280,7 @@
<cse-audit-legend></cse-audit-legend>
</mat-expansion-panel>
<div class="pre-wrap">
{{ audit.requirementEndnote }}
</div>
<p class="pre-wrap" [innerHTML]="audit.requirementEndnote"></p>
</mat-accordion>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment