Based on https://compositec1.codeplex.com/discussions/571674
Registered in HQ TFS as Issue 4776.
Repro:
1. Create 1 XML-, 1 Razor-, and 1 Master Page-based templates
2. Make sure they all have at least 1 empty-element <meta/> and <link/> within <title></title>
3. Create and publish pages based on these templates.
4. Open pages in a browser (e.g. Firefox).
5. View their sources.
__Expected__: The empty-element tags <meta/> and <link/> remain unchanged
__Actual__: The empty-element tags <meta/> and <link/> are replaced with paired tags like this:
* Master Page: <meta/> --> <meta></meta> (<link/> is unchanged)
* Razor, XML: <link/> --> <link></link> (<meta/> is unchanged)
Registered in HQ TFS as Issue 4776.
Repro:
1. Create 1 XML-, 1 Razor-, and 1 Master Page-based templates
2. Make sure they all have at least 1 empty-element <meta/> and <link/> within <title></title>
3. Create and publish pages based on these templates.
4. Open pages in a browser (e.g. Firefox).
5. View their sources.
__Expected__: The empty-element tags <meta/> and <link/> remain unchanged
__Actual__: The empty-element tags <meta/> and <link/> are replaced with paired tags like this:
* Master Page: <meta/> --> <meta></meta> (<link/> is unchanged)
* Razor, XML: <link/> --> <link></link> (<meta/> is unchanged)