Delete unnecessary indentation in XML code block

This commit is contained in:
Gary Moore 2021-11-04 14:19:05 -07:00
parent 43a66a53f8
commit 8b7355dd73

View File

@ -674,19 +674,19 @@ The following list shows the supported values:
Example Example
```xml ```xml
<Replace> <Replace>
<CmdID>$CmdID$</CmdID> <CmdID>$CmdID$</CmdID>
<Item> <Item>
<Meta> <Meta>
<Format>chr</Format> <Format>chr</Format>
<Type>text/plain</Type> <Type>text/plain</Type>
</Meta> </Meta>
<Target> <Target>
<LocURI>./Vendor/MSFT/Policy/Config/Update/UpdateServiceUrl</LocURI> <LocURI>./Vendor/MSFT/Policy/Config/Update/UpdateServiceUrl</LocURI>
</Target> </Target>
<Data>http://abcd-srv:8530</Data> <Data>http://abcd-srv:8530</Data>
</Item> </Item>
</Replace> </Replace>
``` ```
<a href="" id="update-updateserviceurlalternate"></a>**Update/UpdateServiceUrlAlternate** <a href="" id="update-updateserviceurlalternate"></a>**Update/UpdateServiceUrlAlternate**