close tags

This commit is contained in:
jdeckerMS
2017-03-20 10:26:03 -07:00
parent 354b401d50
commit 9d7f55a90c

View File

@ -36,14 +36,14 @@ Let's start by looking at the basic structure of the lockdown XML file. You can
<?xml version "1.0" encoding "utf-8"?> <?xml version "1.0" encoding "utf-8"?>
<HandheldLockdown version "1.0" > <HandheldLockdown version "1.0" >
<Default> <Default>
<ActionCenter> <ActionCenter/>
<Apps> <Apps/>
<Buttons> <Buttons/>
<CSPRunner> <CSPRunner/>
<MenuItems> <MenuItems/>
<Settings> <Settings/>
<Tiles> <Tiles/>
<StartScreenSize> <StartScreenSize/>
</Default> </Default>
</HandheldLockdown> </HandheldLockdown>
``` ```
@ -402,24 +402,24 @@ For a list of the settings and quick actions that you can allow or block, see [S
<?xml version "1.0" encoding "utf-8"?> <?xml version "1.0" encoding "utf-8"?>
<HandheldLockdown version "1.0" > <HandheldLockdown version "1.0" >
<Default> <Default>
<ActionCenter> <ActionCenter/>
<Apps> <Apps/>
<Buttons> <Buttons/>
<CSPRunner> <CSPRunner/>
<MenuItems> <MenuItems/>
<Settings> <Settings/>
<Tiles> <Tiles/>
<StartScreenSize> <StartScreenSize/>
</Default> </Default>
<RoleList> <RoleList>
<Role> <Role>
<ActionCenter> <ActionCenter/>
<Apps> <Apps/>
<Buttons> <Buttons/>
<CSPRunner> <CSPRunner/>
<MenuItems> <MenuItems/>
<Settings> <Settings/>
<Tiles> <Tiles/>
</Role> </Role>
</RoleList> </RoleList>
</Default> </Default>