Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A header too many #3719

Closed
Agazoth opened this issue Feb 15, 2019 — with docs.microsoft.com · 0 comments
Closed

A header too many #3719

Agazoth opened this issue Feb 15, 2019 — with docs.microsoft.com · 0 comments
Assignees
Labels
area-core Area - Microsoft.PowerShell.Core module

Comments

Copy link

Agazoth commented Feb 15, 2019

In this example there is a <TableColumnHeader/> too much

<View>
<Name>System.Globalization.CultureInfo</Name>
<ViewSelectedBy>
<TypeName>Deserialized.System.Globalization.CultureInfo</TypeName>
<TypeName>System.Globalization.CultureInfo</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
<Width>16</Width>
</TableColumnHeader>
<TableColumnHeader>
<Width>16</Width>
</TableColumnHeader>
<TableColumnHeader/>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>LCID</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Name</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>DisplayName</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@sdwheeler sdwheeler added Reference area-core Area - Microsoft.PowerShell.Core module labels Feb 15, 2019
@bobbytreed bobbytreed self-assigned this Feb 19, 2019
bobbytreed added a commit to bobbytreed/PowerShell-Docs that referenced this issue Feb 19, 2019
sdwheeler pushed a commit that referenced this issue Feb 19, 2019
* #Fixes 3719 - Fixed bad XML and rewrote article for clarity

* #Fixes 3719 - repair bad XML tag and formatting

* Delete MyDotNetTypes.Format.ps1xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core Area - Microsoft.PowerShell.Core module
Projects
None yet
Development

No branches or pull requests

3 participants