Skip to content

Commit

Permalink
Merge pull request #72 from RolandGuijt/remove-space-indexcshtml
Browse files Browse the repository at this point in the history
Remove space from closing a tag in Index.cshtml
  • Loading branch information
brockallen authored Mar 7, 2024
2 parents 1778c08 + d07f1ce commit 81f8a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Web/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@if (!Startup.UseDPoP)
{
<a asp-controller="Home" asp-action = "CallApiAsClientExtensionMethod" > Extension method </a >
<a asp-controller="Home" asp-action = "CallApiAsClientExtensionMethod" > Extension method </a>
@("|")
}
<a asp-controller="Home" asp-action="CallApiAsClientFactory">HTTP client factory</a>
Expand Down

0 comments on commit 81f8a79

Please sign in to comment.