From e2fe518cda27fed47a6b3940a0882c5ac13ec9ad Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Sat, 23 Sep 2017 13:01:04 -0700 Subject: [PATCH] Fix line highlighting to highlight rating field --- aspnetcore/tutorials/razor-pages/new-field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/razor-pages/new-field.md b/aspnetcore/tutorials/razor-pages/new-field.md index 600b72f36b02..f09903a05f90 100644 --- a/aspnetcore/tutorials/razor-pages/new-field.md +++ b/aspnetcore/tutorials/razor-pages/new-field.md @@ -39,7 +39,7 @@ Update *Create.cshtml* with a `Rating` field. You can copy/paste the previous `< The following code shows *Create.cshtml* with a `Rating` field: -[!code-cshtml[Main](razor-pages-start/sample/RazorPagesMovie/Pages/Movies/Create.cshtml?highlight=31-35)] +[!code-cshtml[Main](razor-pages-start/sample/RazorPagesMovie/Pages/Movies/Create.cshtml?highlight=36-40)] Add the `Rating` field to the Edit Page.