diff --git a/BuildFeed/Views/front/viewSource.cshtml b/BuildFeed/Views/front/viewSource.cshtml index 2d4664a..1bb3664 100644 --- a/BuildFeed/Views/front/viewSource.cshtml +++ b/BuildFeed/Views/front/viewSource.cshtml @@ -45,7 +45,7 @@

@if (!string.IsNullOrEmpty(build.Lab)) { - @build.Lab
+

@build.Lab
} @if (build.BuildTime.HasValue) { diff --git a/BuildFeed/Views/front/viewVersion.cshtml b/BuildFeed/Views/front/viewVersion.cshtml index 05bfcb2..a4797ef 100644 --- a/BuildFeed/Views/front/viewVersion.cshtml +++ b/BuildFeed/Views/front/viewVersion.cshtml @@ -45,7 +45,7 @@

@if (!string.IsNullOrEmpty(build.Lab)) { - @build.Lab
+

@build.Lab
} @if (build.BuildTime.HasValue) { diff --git a/BuildFeed/Views/front/viewYear.cshtml b/BuildFeed/Views/front/viewYear.cshtml index 33e8b38..927cb9d 100644 --- a/BuildFeed/Views/front/viewYear.cshtml +++ b/BuildFeed/Views/front/viewYear.cshtml @@ -51,7 +51,7 @@

@if (!string.IsNullOrEmpty(build.Lab)) { - @build.Lab
+

@build.Lab
} @if (build.BuildTime.HasValue) {