Skip to content

Commit d9487dc

Browse files
v-maudelmairaw
authored andcommitted
C76692: Adding break-lines (two spaces) at the end of rows (#11515)
* C76692: Adding break-lines (two spaces) at the end of rows Hello, @BillWagner, Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: Missing break lines at the end of the spotted lines are preventing to show the content in one line instead of one line for every string Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance. * code fence syntax * Update message-of-netmsmqbinding.md
1 parent 3b763b3 commit d9487dc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/framework/configure-apps/file-schema/wcf/message-of-netmsmqbinding.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ ms.assetid: 6ebf0240-d7be-4493-b0fe-f00fd5989d77
88

99
Defines the SOAP message security settings on this `netMsmqBinding` binding.
1010

11-
\<system.ServiceModel>\
12-
\<bindings>\
13-
\<netMsmqBinding>\
14-
\<binding>\
15-
\<security>\
16-
\<message>
11+
```xml
12+
<system.ServiceModel>
13+
<bindings>
14+
<netMsmqBinding>
15+
<binding>
16+
<security>
17+
<message>
18+
```
1719

1820
## Syntax
1921

0 commit comments

Comments
 (0)