Skip to content

Commit c956fd2

Browse files
v-maudelRon Petrusha
authored andcommitted
L126374: Fixing CDATA formatting (#3308)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: the Markdown CDATA content is incorrectly formatted in source files, moreover it is breaking the target publishing builds since the content inside those tags are being processed as XML tag instead of Markdown content.
1 parent d6380fa commit c956fd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Reflection.Metadata.Ecma335/SignatureDecoder`2.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
<typeparam name="TGenericContext">To be added.</typeparam>
3030
<summary>Decodes signature blobs.</summary>
3131
<remarks>
32-
<format type="text/markdown">
33-
<![CDATA[
32+
<format type="text/markdown"><![CDATA[
3433
3534
## Remarks
3635

0 commit comments

Comments
 (0)