Skip to content

Commit 3a6c7ff

Browse files
v-maudelcarlossanlop
authored andcommitted
L147213: Fixing CDATA formatting (#3578)
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 73c4b91 commit 3a6c7ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Security.Cryptography/ECDiffieHellmanOpenSsl.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ If key is loaded via the <xref:System.Security.Cryptography.ECDiffieHellmanOpenS
7575
<param name="keySize">The size of the key to generate, when a key is needed.</param>
7676
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDiffieHellmanOpenSsl" /> class defaulting to the NIST prime curve of the specified size.</summary>
7777
<remarks>
78-
<format type="text/markdown">
79-
<![CDATA[
78+
<format type="text/markdown"><![CDATA[
8079
8180
## Remarks
8281

0 commit comments

Comments
 (0)