Skip to content

Commit 446b1dd

Browse files
Merge pull request #7080 from syncfusion-content/syntax-issue-hf-1
Fix code block formatting in templates.md
2 parents 99292a8 + 0f0d299 commit 446b1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/gantt-chart/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Most templates used in the Gantt Chart are of type `RenderFragment<T>` and are p
2222

2323
For example, the data in a column template can be accessed using `context` as shown below:
2424

25-
```cs
25+
```cshtml
2626
<GanttColumn Field="TaskName" HeaderText="Task">
2727
<Template Context="context">
2828
@context.TaskName

0 commit comments

Comments
 (0)