Skip to content

Commit ec21a61

Browse files
Identity UI footer fix
1 parent 30b31d7 commit ec21a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Identity/UI/src/Areas/Identity/Pages/V4/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
</div>
5757
<footer class="footer border-top pl-3 text-muted">
5858
<div class="container">
59-
&copy; @DateTime.Now.Year - @Environment.ApplicationName -
59+
&copy; @DateTime.Now.Year - @Environment.ApplicationName
6060
@{
6161
var foundPrivacy = Url.Page("/Privacy", new { area = "" });
6262
}
6363
@if (foundPrivacy != null)
6464
{
65-
<a asp-area="" asp-page="/Privacy">Privacy</a>
65+
- <a asp-area="" asp-page="/Privacy">Privacy</a>
6666
}
6767
</div>
6868
</footer>

0 commit comments

Comments
 (0)