We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b31d7 commit ec21a61Copy full SHA for ec21a61
src/Identity/UI/src/Areas/Identity/Pages/V4/_Layout.cshtml
@@ -56,13 +56,13 @@
56
</div>
57
<footer class="footer border-top pl-3 text-muted">
58
<div class="container">
59
- © @DateTime.Now.Year - @Environment.ApplicationName -
+ © @DateTime.Now.Year - @Environment.ApplicationName
60
@{
61
var foundPrivacy = Url.Page("/Privacy", new { area = "" });
62
}
63
@if (foundPrivacy != null)
64
{
65
- <a asp-area="" asp-page="/Privacy">Privacy</a>
+ - <a asp-area="" asp-page="/Privacy">Privacy</a>
66
67
68
</footer>
0 commit comments