diff --git a/src/main/ts/src/app/posts/create-update/create-update-post.component.ts b/src/main/ts/src/app/posts/create-update/create-update-post.component.ts index af90b11..8d3a55c 100755 --- a/src/main/ts/src/app/posts/create-update/create-update-post.component.ts +++ b/src/main/ts/src/app/posts/create-update/create-update-post.component.ts @@ -225,7 +225,7 @@ export class CreateUpdatePostComponent implements OnInit { } injectImage(pImageLink: string): void { - const imgTag = `[img src="${this.getLinkSrc(pImageLink)} /]`; + const imgTag = `[img src="${this.getLinkSrc(pImageLink)}" /]`; this.injectElement(imgTag, imgTag.length); this.imagesModal.hide(); }