summaryrefslogtreecommitdiffstats
path: root/public/src/app/error-dialog/error-dialog.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/src/app/error-dialog/error-dialog.component.html')
-rw-r--r--public/src/app/error-dialog/error-dialog.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/src/app/error-dialog/error-dialog.component.html b/public/src/app/error-dialog/error-dialog.component.html
index ca9dd32..1281897 100644
--- a/public/src/app/error-dialog/error-dialog.component.html
+++ b/public/src/app/error-dialog/error-dialog.component.html
@@ -23,7 +23,7 @@
<div *ngFor="let error of store.ErrorContent" style="padding: 0 0 20px 43px; font-family: 'Open Sans', sans-serif;
font-size: 14px;">
- {{ error.formattedErrorMessage }}
+ <div [innerHtml]="error.formattedErrorMessage"></div>
</div>
<p-footer>