Skip to content

Commit 48d09f4

Browse files
sguitardudeVesaJuvonen
authored andcommitted
Code was causing an unnecessary line break (SharePoint#4288)
Not clear if the text was trying to show a div tag or not. If so, we may need to change the markdown to use backticks.
1 parent 94f84d7 commit 48d09f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general-development/how-to-create-a-page-layout-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ When you create a page layout:
3333
- All markup required by SharePoint is added to the .aspx file so that the page layout renders correctly.
3434

3535

36-
- Other markup such as comments, **<div>** tags, snippets, and content placeholders are added to the HTML file.
36+
- Other markup such as comments, tags, snippets, and content placeholders are added to the HTML file.
3737

3838

3939
- Page fields unique to the content type are added automatically to the page layout. Other page fields are available to be added from the ribbon in the Snippet Gallery.
4040

4141

42-
- The HTML file and the .aspx file are associated, so that any later edits to the HTML file are synced to the .aspx file whenever the HTML file is saved. Other markup such as comments, **<div>** tags, snippets, and content placeholders are added to the HTML file.
42+
- The HTML file and the .aspx file are associated, so that any later edits to the HTML file are synced to the .aspx file whenever the HTML file is saved. Other markup such as comments, tags, snippets, and content placeholders are added to the HTML file.
4343

4444
> [!NOTE]
4545
> The syncing goes in one direction only. Changes to the HTML page layout are synced to the associated .aspx file, but if you choose to edit the .aspx file directly, those changes are not synced to the HTML file. Every HTML page layout (and every HTML master page) has a property named **Associated File** that is set to **True** by default, which creates the association and syncing between files.

0 commit comments

Comments
 (0)