Skip to content

Commit 225ede3

Browse files
authored
Merge pull request #4663 from syncfusion-content/988174-HF-Stag
988174: Issue resolved
2 parents 72cbcbb + 8d3bf17 commit 225ede3

File tree

2 files changed

+5
-6
lines changed
  • ej2-asp-core-mvc/code-snippet/rich-text-editor/mail-merge

2 files changed

+5
-6
lines changed

ej2-asp-core-mvc/code-snippet/rich-text-editor/mail-merge/razor

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2+
{% raw %}
23
@using Syncfusion.EJ2.DropDowns
3-
44
@{
55

66
string rteValue = @"<p>Dear <span contenteditable=""false"" class=""e-mention-chip""><span>{{FirstName}}</span></span> <span contenteditable=""false"" class=""e-mention-chip""><span>{{LastName}}</span></span>,</p>
@@ -68,8 +68,6 @@
6868
</div>
6969
</div>
7070

71-
72-
7371
<script>
7472
var mailMergeEditor;
7573
var mentionObj;
@@ -156,3 +154,4 @@
156154
});
157155
}
158156
</script>
157+
{% endraw %}

ej2-asp-core-mvc/code-snippet/rich-text-editor/mail-merge/tagHelper

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12
@{
23
string rteValue = @"<p>Dear <span contenteditable=""false"" class=""e-mention-chip""><span>{{FirstName}}</span></span> <span contenteditable=""false"" class=""e-mention-chip""><span>{{LastName}}</span></span>,</p>
34
<p>We are thrilled to have you with us! Your unique promotional code for this month is: <span contenteditable=""false"" class=""e-mention-chip""><span>{{PromoCode}}</span></span>.</p>
@@ -56,8 +57,6 @@
5657
};
5758
}
5859

59-
60-
6160
<div class="control-section">
6261
<div class="sample-container">
6362
<div class="default-section">
@@ -168,4 +167,5 @@
168167
return result;
169168
});
170169
}
171-
</script>
170+
</script>
171+
{% endraw %}

0 commit comments

Comments
 (0)