Skip to content

Commit 67391a6

Browse files
967341: Add code fix for CI error
1 parent e297658 commit 67391a6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

ej2-asp-core-mvc/document-editor/how-to/customize-ribbon.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ In below code example, In the example below, the "Open" and "Export" items have
3434
{% include code-snippet/document-editor-container/customize-ribbon-file/tagHelper %}
3535
{% endhighlight %}
3636
{% highlight c# tabtitle="Customize-ribbon-file.cs" %}
37-
{% endhighlight %}{% endtabs %}
37+
{% endhighlight %}
38+
{% endtabs %}
3839

3940
{% elsif page.publishingplatform == "aspnet-mvc" %}
4041

@@ -43,7 +44,9 @@ In below code example, In the example below, the "Open" and "Export" items have
4344
{% include code-snippet/document-editor-container/customize-ribbon-file/razor %}
4445
{% endhighlight %}
4546
{% highlight c# tabtitle="Customize-ribbon-file.cs" %}
46-
{% endhighlight %}{% endtabs %}
47+
{% endhighlight %}
48+
{% endtabs %}
49+
4750
{% endif %}
4851

4952
## Backstage Menu Customization
@@ -59,7 +62,8 @@ The following code example shows how to add the backstage menu items.
5962
{% include code-snippet/document-editor-container/customize-ribbon-backstage/tagHelper %}
6063
{% endhighlight %}
6164
{% highlight c# tabtitle="Customize-ribbon-backstage.cs" %}
62-
{% endhighlight %}{% endtabs %}
65+
{% endhighlight %}
66+
{% endtabs %}
6367

6468
{% elsif page.publishingplatform == "aspnet-mvc" %}
6569

@@ -69,7 +73,9 @@ The following code example shows how to add the backstage menu items.
6973
{% endhighlight %}
7074
{% highlight c# tabtitle="Customize-ribbon-backstage.cs" %}
7175
{% endhighlight %}
72-
{% endtabs %}{% endif %}
76+
{% endtabs %}
77+
78+
{% endif %}
7379

7480
Refer this documentation know more about [`backstage items`](https://ej2.syncfusion.com/documentation/ribbon/backstage)
7581

0 commit comments

Comments
 (0)