diff --git a/PlatformSamples/AspNetCoreMvc/Views/Home/Index.cshtml b/PlatformSamples/AspNetCoreMvc/Views/Home/Index.cshtml index a114823..8654061 100644 --- a/PlatformSamples/AspNetCoreMvc/Views/Home/Index.cshtml +++ b/PlatformSamples/AspNetCoreMvc/Views/Home/Index.cshtml @@ -22,7 +22,6 @@ @foreach (var s in formsSamples) {
  • @s.Title.Substring(14) - (Shared)
  • } @@ -33,7 +32,6 @@ @foreach (var s in otherSamples) {
  • @s.Title - (Shared)
  • }