From fa33c6372078031f345f92543efa0007e170a9b6 Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Mon, 16 Nov 2020 14:11:45 -0800 Subject: [PATCH] ef-rp intro: Fix code include line so it localizes (#20615) Fixes: #20612 Minor correction, adding a line space before a code sample include so it will not be dropped in localization --- aspnetcore/data/ef-rp/intro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/data/ef-rp/intro.md b/aspnetcore/data/ef-rp/intro.md index 18d7106441..e983f520e4 100644 --- a/aspnetcore/data/ef-rp/intro.md +++ b/aspnetcore/data/ef-rp/intro.md @@ -128,6 +128,7 @@ To run the app after downloading the completed project: ## Set up the site style Copy and paste the following code into the *Pages/Shared/_Layout.cshtml* file: + [!code-cshtml[Main](intro/samples/cu50/Pages/Shared/_Layout.cshtml?highlight=6,14,21-35,49)] The layout file sets the site header, footer, and menu. The preceding code makes the following changes: