Skip to content

Commit

Permalink
English sentence should be outside of code block
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez authored Sep 24, 2017
1 parent 8005eb4 commit f51b1c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aspnetcore/security/anti-request-forgery.md
Original file line number Diff line number Diff line change
@@ -130,9 +130,8 @@ You can explicitly add an antiforgery token to a ``<form>`` element without usin
</form>
```

```html
In each of the preceding cases, ASP.NET Core will add a hidden form field similar to the following:

```html
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8NrAkSldwD9CpLRyOtm6FiJB1Jr_F3FQJQDvhlHoLNJJrLA6zaMUmhjMsisu2D2tFkAiYgyWQawJk9vNm36sYP1esHOtamBEPvSk1_x--Sg8Ey2a-d9CV2zHVWIN9MVhvKHOSyKqdZFlYDVd69XYx-rOWPw3ilHGLN6K0Km-1p83jZzF0E4WU5OGg5ns2-m9Yw" />
```

0 comments on commit f51b1c6

Please sign in to comment.