aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/instance.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-instance/instance.service.ts')
-rw-r--r--client/src/app/shared/shared-instance/instance.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-instance/instance.service.ts b/client/src/app/shared/shared-instance/instance.service.ts
index f5b2e05db..2defffbbe 100644
--- a/client/src/app/shared/shared-instance/instance.service.ts
+++ b/client/src/app/shared/shared-instance/instance.service.ts
@@ -56,7 +56,7 @@ export class InstanceService {
56 } 56 }
57 57
58 for (const key of Object.keys(html)) { 58 for (const key of Object.keys(html)) {
59 html[key] = await this.markdownService.textMarkdownToHTML({ markdown: about.instance[key] }) 59 html[key] = await this.markdownService.enhancedMarkdownToHTML({ markdown: about.instance[key] })
60 } 60 }
61 61
62 return html 62 return html