Skip to content

Commit 975d3cc

Browse files
committed
Add closing backtick to fix missing placeholder
Without the closing backtick, <CountryOrRegion> was interpreted as a (disallowed) HTML tag, and the placeholder did not appear in the published page.
1 parent c5993b3 commit 975d3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ You can use the following user attributes. The actual values are determined by t
15121512
- `<City>`
15131513
- `<Company>`
15141514
- `<CountryCode>`
1515-
- `<CountryOrRegion>
1515+
- `<CountryOrRegion>`
15161516
- `<CustomAttribute1>` to `<CustomAttribute15>`
15171517
- `<Department>`
15181518
- `<ExtensionCustomAttribute1>` to `<ExtensionCustomAttribute5>`

0 commit comments

Comments
 (0)