Skip to content

Commit

Permalink
I hate razor
Browse files Browse the repository at this point in the history
  • Loading branch information
nattthebear committed Jan 23, 2024
1 parent 9a8ade4 commit 8eed07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos/Pages/Shared/Components/WikiLink/Default.cshtml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@model WikiLinkModel
<a href="@Model.Href" title=@Model.Title>@Model.DisplayText</a>
<a href="@Model.Href" title="@Model.Title">@Model.DisplayText</a>

0 comments on commit 8eed07c

Please sign in to comment.