diff --git a/Web/Properties/PublishProfiles/ETHRA.pubxml b/Web/Properties/PublishProfiles/ETHRA.pubxml index 9b3920f..a57f689 100644 --- a/Web/Properties/PublishProfiles/ETHRA.pubxml +++ b/Web/Properties/PublishProfiles/ETHRA.pubxml @@ -15,7 +15,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt - + diff --git a/Web/Views/Log/MonthlyDriverMileage.cshtml b/Web/Views/Log/MonthlyDriverMileage.cshtml index 08170f7..0c36d66 100644 --- a/Web/Views/Log/MonthlyDriverMileage.cshtml +++ b/Web/Views/Log/MonthlyDriverMileage.cshtml @@ -48,7 +48,7 @@ @foreach (var item in Model.Items) { - @Html.DisplayTextFor(i => item.DriverName) + @Html.DisplayTextFor(i => item.DriverName) foreach (var vehicleItem in item.VehicleMileageItems) {