Skip to content

Commit b3dddb3

Browse files
Merge pull request SharePoint#5284 from sguitardude/patch-1
Adding a period to add the sentence.
2 parents d783d94 + 5f5f426 commit b3dddb3

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
@@ -71,7 +71,7 @@ For any given page layout, the site columns that make up the content type corres
7171

7272

7373

74-
Before you create a page layout in Design Manager, you may first have to create a content type that defines the page fields that you want for that page layout
74+
Before you create a page layout in Design Manager, you may first have to create a content type that defines the page fields that you want for that page layout.
7575

7676

7777

@@ -92,7 +92,7 @@ If you're using Design Manager to create page layouts and master pages, the most
9292

9393

9494

95-
- **PlaceHolderMain** The master page contains a content placeholder with `ID="PlaceholderMain"`, which contains the **DefaultContentBlock** **<div>** tag with the yellow box that shows **This area will be filled in by content you create in your page layouts.** You should not put any content inside this placeholder on the master page. The page layout contains a content placeholder with the same ID. You should put markup only inside this placeholder, and put no markup outside this placeholder, on a page layout. The IDs for the two placeholders ( **PlaceholderMain**) should match.
95+
- **PlaceHolderMain** The master page contains a content placeholder with `ID="PlaceholderMain"`, which contains the **DefaultContentBlock** `<div>` tag with the yellow box that shows **This area will be filled in by content you create in your page layouts.** You should not put any content inside this placeholder on the master page. The page layout contains a content placeholder with the same ID. You should put markup only inside this placeholder, and put no markup outside this placeholder, on a page layout. The IDs for the two placeholders ( **PlaceholderMain**) should match.
9696

9797

9898
- **PlaceHolderAdditionalPageHead** When you work with a page layout, you typically don't insert elements into the **<head>** tag of the page layout. Instead, you add elements to the content placeholder with `id="PlaceHolderAdditionalPageHead"`. When a content page is rendered in the browser, this additional page head gets merged into the end of the head of the master page.

0 commit comments

Comments
 (0)