From 4519ed0f9007ae8bd61ed2f6a31128a343aa1888 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 6 Jan 2019 14:03:39 +0100 Subject: [PATCH] Fix links. --- src/Squidex/app/shared/components/help.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Squidex/app/shared/components/help.component.ts b/src/Squidex/app/shared/components/help.component.ts index 7c27630ad..b1d08d53f 100644 --- a/src/Squidex/app/shared/components/help.component.ts +++ b/src/Squidex/app/shared/components/help.component.ts @@ -26,7 +26,7 @@ export class HelpComponent { private readonly route: ActivatedRoute ) { this.markdownService.renderer.link = (href, title, text) => { - return `${text} `; + return `${text} `; }; } } \ No newline at end of file