Skip to content

Commit 0e52212

Browse files
fix markdown code example
1 parent ba50e94 commit 0e52212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/schema/filter-element-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ms.assetid: ead0986f-df31-4c3b-95f8-d1c8c1d836d5
1818

1919
**Applies to:** SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
2020

21-
```vb
22-
<Filter Name = "Text" Type = "Text" Value = "Text" ></Filter>
21+
```xml
22+
<Filter Name="Text" Type="Text" Value="Text" ></Filter>
2323
```
2424

2525
## Elements and attributes

0 commit comments

Comments
 (0)