Skip to content

Commit f5c9023

Browse files
v-makoudBillWagner
authored andcommitted
C76695: Inconsistent table format (#11622)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
1 parent d9487dc commit f5c9023

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/framework/configure-apps/file-schema/wcf/ws2007federationhttpbinding.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ ms.assetid: 9af4ec79-cdef-457e-9dca-09d5eb821594
88

99
A secure and interoperable binding that derives from [\<wsFederationHttpBinding>](../../../../../docs/framework/configure-apps/file-schema/wcf/wsfederationhttpbinding.md) and supports federated security.
1010

11-
\<system.ServiceModel>\
12-
\<bindings>\
13-
\<ws2007FederationHttpBinding>
11+
```xml
12+
<system.ServiceModel>
13+
<bindings>
14+
<ws2007FederationHttpBinding>
15+
```
1416

1517
## Syntax
1618

0 commit comments

Comments
 (0)