Fix type error in EMIESitelist sample

This fixes issue #6105
This commit is contained in:
Chi Lei 2020-02-23 15:56:23 +08:00 committed by GitHub
parent b3f42d15b6
commit 32fd7fc642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@ author: dansimp
ms.prod: ie11 ms.prod: ie11
ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd
ms.reviewer: ms.reviewer:
audience: itpro manager: dansimp audience: itpro
manager: dansimp
ms.author: dansimp ms.author: dansimp
title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros) title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros)
ms.sitesec: library ms.sitesec: library
@ -64,13 +65,13 @@ The following is an example of what your XML file should look like when youre
``` ```
<site-list version="205"> <site-list version="205">
<!--- File creation header ---> <!-- File creation header -->
<created-by> <created-by>
<tool>EnterpriseSitelistManager</tool> <tool>EnterpriseSitelistManager</tool>
<version>10240</version> <version>10240</version>
<date-created>20150728.135021</date-created> <date-created>20150728.135021</date-created>
</created-by> </created-by>
<!--- Begin Site List ---> <!-- Begin Site List -->
<site url="www.cpandl.com"> <site url="www.cpandl.com">
<compat-mode>IE8Enterprise</compat-mode> <compat-mode>IE8Enterprise</compat-mode>
<open-in>MSEdge</open-in> <open-in>MSEdge</open-in>