C53599: Adding break line (#10041)

Hello, @rick-anderson,
Translator has reported possible source content issue.
Please review and merge the suggested proposed file change to avoid this error. If you make related fix in another PR, then share your PR number, so we can confirm and close this PR.
Many thanks in advance.
pull/10049/head
Martin Koudelka 2018-12-18 17:44:42 +01:00 committed by Scott Addie
parent 7a771561dc
commit 9e36132eea
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ Click **Publish**. Visual Studio publishes your app to Azure. When the deploymen
### Update the app ### Update the app
* Edit the *Pages/About.cshtml* Razor page and change its contents. For example, you can modify the paragraph to say "Hello ASP.NET Core!": * Edit the *Pages/About.cshtml* Razor page and change its contents. For example, you can modify the paragraph to say "Hello ASP.NET Core!":
[!code-html[About](publish-to-azure-webapp-using-vs/sample/about.cshtml?highlight=9&range=1-9)] [!code-html[About](publish-to-azure-webapp-using-vs/sample/about.cshtml?highlight=9&range=1-9)]
* Right-click on the project and select **Publish...** again. * Right-click on the project and select **Publish...** again.