Skip to content

Commit f0336d2

Browse files
author
3836425+corob-msft@users.noreply.github.com
committed
Clean up more html escaped pipe chars
1 parent bdcd666 commit f0336d2

9 files changed

Lines changed: 12 additions & 12 deletions

docs/atl/adding-a-control-atl-tutorial-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Now you can build the control to see it in action.
109109
110110
Next, you'll add a custom property to the control.
111111

112-
[Back to Step 1](../atl/creating-the-project-atl-tutorial-part-1.md) | [On to Step 3](../atl/adding-a-property-to-the-control-atl-tutorial-part-3.md)
112+
[Back to Step 1](../atl/creating-the-project-atl-tutorial-part-1.md) \| [On to Step 3](../atl/adding-a-property-to-the-control-atl-tutorial-part-3.md)
113113

114114
## See also
115115

docs/atl/adding-a-property-page-atl-tutorial-part-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The **Apply** button is initially disabled. Start typing a value in the **Sides*
142142

143143
Next, you will put your control on a Web page.
144144

145-
[Back to Step 5](../atl/adding-an-event-atl-tutorial-part-5.md) | [On to Step 7](../atl/putting-the-control-on-a-web-page-atl-tutorial-part-7.md)
145+
[Back to Step 5](../atl/adding-an-event-atl-tutorial-part-5.md) \| [On to Step 7](../atl/putting-the-control-on-a-web-page-atl-tutorial-part-7.md)
146146

147147
## See also
148148

docs/atl/adding-a-property-to-the-control-atl-tutorial-part-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The `get_Sides` method returns the current value of the `Sides` property through
5757

5858
You now have a property called `Sides`. In the next step, you will change the drawing code to use it.
5959

60-
[Back to Step 2](../atl/adding-a-control-atl-tutorial-part-2.md) | [On to Step 4](../atl/changing-the-drawing-code-atl-tutorial-part-4.md)
60+
[Back to Step 2](../atl/adding-a-control-atl-tutorial-part-2.md) \| [On to Step 4](../atl/changing-the-drawing-code-atl-tutorial-part-4.md)
6161

6262
## See also
6363

docs/atl/adding-an-event-atl-tutorial-part-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Now try out your events. Build the control and start the ActiveX Control Test Co
149149

150150
Next, you will add a property page.
151151

152-
[Back to Step 4](../atl/changing-the-drawing-code-atl-tutorial-part-4.md) | [On to Step 6](../atl/adding-a-property-page-atl-tutorial-part-6.md)
152+
[Back to Step 4](../atl/changing-the-drawing-code-atl-tutorial-part-4.md) \| [On to Step 6](../atl/adding-a-property-page-atl-tutorial-part-6.md)
153153

154154
## See also
155155

docs/atl/changing-the-drawing-code-atl-tutorial-part-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ After adding `FireViewChange`, rebuild and try the control again in the ActiveX
151151
152152
In the next step, you will add an event.
153153
154-
[Back to Step 3](../atl/adding-a-property-to-the-control-atl-tutorial-part-3.md) | [On to Step 5](../atl/adding-an-event-atl-tutorial-part-5.md)
154+
[Back to Step 3](../atl/adding-a-property-to-the-control-atl-tutorial-part-3.md) \| [On to Step 5](../atl/adding-an-event-atl-tutorial-part-5.md)
155155
156156
## See also
157157

docs/c-runtime-library/file-attribute-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The attributes are represented by the following manifest constants:
2929
|`_A_SUBDIR`| Subdirectory. Value: 0x10|
3030
|`_A_SYSTEM`| System file. Not normally seen with the DIR command, unless the /AS option is used. Value: 0x04|
3131

32-
Multiple constants can be combined with the OR operator (|).
32+
Multiple constants can be combined with the OR operator (`|`).
3333

3434
## See also
3535

docs/c-runtime-library/reference/bitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.assetid: 3c0a3711-9c74-41f2-b400-2f7797da30d1
1111
---
1212
# bitor
1313

14-
An alternative to the | operator.
14+
An alternative to the `|` operator.
1515

1616
## Syntax
1717

@@ -22,7 +22,7 @@ An alternative to the | operator.
2222
2323
## Remarks
2424
25-
The macro yields the operator |.
25+
The macro yields the operator `|`.
2626
2727
## Example
2828

docs/c-runtime-library/reference/or-eq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.assetid: 1eb92464-ed58-40d8-a30e-f0a6aa2f4318
1111
---
1212
# or_eq
1313

14-
An alternative to the |= operator.
14+
An alternative to the `|=` operator.
1515

1616
## Syntax
1717

@@ -22,7 +22,7 @@ An alternative to the |= operator.
2222
2323
## Remarks
2424
25-
The macro yields the operator |=.
25+
The macro yields the operator `|=`.
2626
2727
## Example
2828

docs/c-runtime-library/reference/or.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.assetid: 6523b3ac-0a18-44ec-9e9a-b9bab8525ead
1111
---
1212
# or
1313

14-
An alternative to the || operator.
14+
An alternative to the `||` operator.
1515

1616
## Syntax
1717

@@ -22,7 +22,7 @@ An alternative to the || operator.
2222
2323
## Remarks
2424
25-
The macro yields the operator ||.
25+
The macro yields the operator `||`.
2626
2727
## Example
2828

0 commit comments

Comments
 (0)