Skip to content

Commit 5ae4753

Browse files
committed
Removed typo in html code
1 parent b24fca0 commit 5ae4753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinkDotNet.Blog.Web/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ShortBlogPost BlogPost="_blogPosts[i]" UseAlternativeStyle="@(i % 2 != 0)"></ShortBlogPost>
1616
}
1717
</div>
18-
</section>§
18+
</section>
1919
@code {
2020
IList<BlogPost> _blogPosts = new List<BlogPost>();
2121
protected override async Task OnInitializedAsync()

0 commit comments

Comments
 (0)