Skip to content

Commit f098a18

Browse files
authored
Add XML closing tag to ContosoCustomPolicy.XML
This commit adds a missing closing tag to the ContosoCustomPolicy.XML file, which was causing issues with parsing the XML. The closing tag was added to the end of the file to ensure proper formatting and compatibility with XML parsers
1 parent 0dcb389 commit f098a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/custom-policies-series-hello-world.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you haven't already done so, create the following encryption keys. To automat
5959

6060
<BuildingBlocks>
6161
<!-- Building Blocks Here-->
62-
<BuildingBlocks>
62+
</BuildingBlocks>
6363

6464
<ClaimsProviders>
6565
<!-- Claims Providers Here-->
@@ -303,4 +303,4 @@ Next, learn:
303303

304304
- About custom policy [claims data type](claimsschema.md#datatype).
305305

306-
- About custom policy [user input types](claimsschema.md#userinputtype).
306+
- About custom policy [user input types](claimsschema.md#userinputtype).

0 commit comments

Comments
 (0)