From 3a9ef710266cf1ffd07dde4899166487a157bb96 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 2 Apr 2015 11:34:30 -0400 Subject: [PATCH] Fixed code -> code-block --- .../yourfirstaspnetapplication/yourfirstaspnetapplication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yourfirst/yourfirstaspnetapplication/yourfirstaspnetapplication.rst b/docs/yourfirst/yourfirstaspnetapplication/yourfirstaspnetapplication.rst index 0ab115f79adf..5bc0c30d96ed 100644 --- a/docs/yourfirst/yourfirstaspnetapplication/yourfirstaspnetapplication.rst +++ b/docs/yourfirst/yourfirstaspnetapplication/yourfirstaspnetapplication.rst @@ -105,7 +105,7 @@ Next, update the HomeController's About() method to instantiate this class, set Now we need to update the View to give it a strongly-typed model and display the information using Razor syntax. Add this line to the top of the About.cshtml file in the Views > Home folder. -.. code:: html +.. code-block:: html @model FundamentalConcepts.Models.ServerInfo