diff --git a/eventhub/src/EventHub.Web/Pages/Index.cshtml b/eventhub/src/EventHub.Web/Pages/Index.cshtml index 11dc033..6d60e8c 100644 --- a/eventhub/src/EventHub.Web/Pages/Index.cshtml +++ b/eventhub/src/EventHub.Web/Pages/Index.cshtml @@ -22,7 +22,7 @@ @foreach (var eventItem in Model.Events) { - + @eventItem.Title @eventItem.Title diff --git a/eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml b/eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml index 3bf1bed..39eff60 100644 --- a/eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml +++ b/eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml @@ -8,7 +8,7 @@ @foreach (var organization in Model.Organizations) { - + @organization.DisplayName @organization.DisplayName