File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
ej2-asp-core-mvc/document-editor Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,8 @@ documenteditor.selection.characterFormat.highlightColor= '#FFC0CB';
163
163
{% endhighlight %}
164
164
{% highlight c# tabtitle="Text-format.cs" %}
165
165
{% include code-snippet/document-editor/text-format/document-editor.cs %}
166
- {% endhighlight %}{% endtabs %}
166
+ {% endhighlight %}
167
+ {% endtabs %}
167
168
168
169
{% elsif page.publishingplatform == "aspnet-mvc" %}
169
170
@@ -173,7 +174,8 @@ documenteditor.selection.characterFormat.highlightColor= '#FFC0CB';
173
174
{% endhighlight %}
174
175
{% highlight c# tabtitle="Text-format.cs" %}
175
176
{% include code-snippet/document-editor/text-format/document-editor.cs %}
176
- {% endhighlight %}{% endtabs %}
177
+ {% endhighlight %}
178
+ {% endtabs %}
177
179
{% endif %}
178
180
179
181
You can’t perform that action at this time.
0 commit comments