@{
Layout = null;
@@ -33,7 +33,7 @@
}
}
-@if (Model.Count == 0)
+@if (Model.Count() == 0)
{
@SharedLibraryCore.Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_CLIENT_META_NONE"]
}
diff --git a/WebfrontCore/Views/Shared/_Layout.cshtml b/WebfrontCore/Views/Shared/_Layout.cshtml
index 0a7005b2e..6860fa0e6 100644
--- a/WebfrontCore/Views/Shared/_Layout.cshtml
+++ b/WebfrontCore/Views/Shared/_Layout.cshtml
@@ -57,7 +57,10 @@
@@ -76,6 +79,7 @@
+