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 localizationpull/20619/head
parent
1818042690
commit
fa33c63720
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue