diff --git a/blazor/rich-text-editor/mail-merge.md b/blazor/rich-text-editor/mail-merge.md index e7cf1e46c4..5714b8eeff 100644 --- a/blazor/rich-text-editor/mail-merge.md +++ b/blazor/rich-text-editor/mail-merge.md @@ -98,7 +98,7 @@ When the user selects an item from the dropdown: if (args.Item.Text != null) { var value = _mergeData.FirstOrDefault(md => md.Text == args.Item.Text)?.Value; - string htmlContent = $"{{{{{value}}}}} + string htmlContent = $"{{{{{value}}}}}"; var undoOption = new ExecuteCommandOption { Undo = true }; this._mailMergeEditor.ExecuteCommandAsync(CommandName.InsertHTML, htmlContent, undoOption); await this._mailMergeEditor.SaveSelectionAsync(); @@ -229,4 +229,4 @@ This ensures all placeholders are dynamically replaced without manual editing. ## Related resources -[Mention Control Guide](https://blazor.syncfusion.com/documentation/mention/getting-started-webapp) \ No newline at end of file +[Mention Control Guide](https://blazor.syncfusion.com/documentation/mention/getting-started-webapp)