Skip to content

Commit e4e1a0d

Browse files
authored
Try escape book tag
1 parent f3bc908 commit e4e1a0d

File tree

1 file changed

+1
-1
lines changed
  • snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CreateElement Example/VB

1 file changed

+1
-1
lines changed

snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CreateElement Example/VB/source.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ End Class
3333
' <book genre="novel" ISBN="1-861001-57-5">
3434
' <title>Pride And Prejudice</title>
3535
' <price>19.95</price>
36-
' </book>
36+
' \</book>
3737

3838
' </Snippet1>

0 commit comments

Comments
 (0)