Fixed compile issues

This commit is contained in:
2018-12-09 23:22:44 +01:00
parent d36d91cfbc
commit fd86f3e9c7
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
@if (showBanner)
{
<div id="cookieConsent" class="alert alert-info alert-dismissible fade show" role="alert">
Use this space to summarize your privacy and cookie use policy. <a asp-area="" asp-controller="Home" asp-action="Privacy">Learn More</a>.
Use this space to summarize your privacy and cookie use policy.
<button type="button" class="accept-policy close" data-dismiss="alert" aria-label="Close" data-cookie-string="@cookieString">
<span aria-hidden="true">Accept</span>
</button>