Fixed: Code formatting. (#4008)

pull/4012/head
Jaliya Udagedara 2017-08-17 20:33:10 +05:30 committed by Scott Addie
parent b18361e682
commit bb615e57e8
1 changed files with 4 additions and 4 deletions

View File

@ -13,9 +13,9 @@ The **Edit**, **Details**, and **Delete** links are generated by the MVC Core An
```html
<td>
<a href = "/Movies/Edit/4" > Edit </ a > |
< a href="/Movies/Details/4">Details</a> |
<a href = "/Movies/Delete/4" > Delete </ a >
<a href="/Movies/Edit/4"> Edit </a> |
<a href="/Movies/Details/4"> Details </a> |
<a href="/Movies/Delete/4"> Delete </a>
</ td >
```
@ -95,4 +95,4 @@ All the `HttpGet` methods in the movie controller follow a similar pattern. They
* [Input Tag Helper](xref:mvc/views/working-with-forms)
* [Label Tag Helper](xref:mvc/views/working-with-forms)
* [Select Tag Helper](xref:mvc/views/working-with-forms)
* [Validation Tag Helper](xref:mvc/views/working-with-forms)
* [Validation Tag Helper](xref:mvc/views/working-with-forms)