Browse Source
Merge pull request #109 from hnicolus/fix/fix-h4-closing-tag
Fixed h4 closing tag element.
pull/112/head
Enis Necipoglu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/EventHub.Web/Pages/Events/Detail.cshtml
|
|
|
@ -159,7 +159,7 @@ |
|
|
|
<div class="card"> |
|
|
|
<div class="card-body p-5"> |
|
|
|
<div class="card-title"> |
|
|
|
<h4>@L["Comments"]</h3> |
|
|
|
<h4>@L["Comments"]</h4> |
|
|
|
</div> |
|
|
|
@await Component.InvokeAsync(typeof(CommentingViewComponent), new |
|
|
|
{ |
|
|
|
|