Skip to content

Commit ced196e

Browse files
v-maudelcarlossanlop
authored andcommitted
L145778: Fixing CDATA formatting (#3563)
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 7457a0e commit ced196e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Reflection.Metadata.Ecma335/MetadataBuilder.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,7 @@ Constraints must be added in the same order as the corresponding generic paramet
730730
<summary>Adds local scope debug information.</summary>
731731
<returns>A handle to the added import scope.</returns>
732732
<remarks>
733-
<format type="text/markdown">
734-
<![CDATA[
733+
<format type="text/markdown"><![CDATA[
735734
736735
## Remarks
737736

0 commit comments

Comments
 (0)