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