Skip to content

Commit c1389d7

Browse files
Identity UI footer fix (#15042)
Identity UI footer fix
1 parent f90c9ac commit c1389d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +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+
@:-
6566
<a asp-area="" asp-page="/Privacy">Privacy</a>
6667
}
6768
</div>

0 commit comments

Comments
 (0)