From 33809e1f9092fdb88c289cceeda99ccd5746fcab Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 23 May 2022 18:13:44 +0200 Subject: [PATCH] Update category parser --- Pages/Conference.cshtml | 5 +++-- Pages/Info.cshtml | 3 ++- Pages/Watchlist.cshtml | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Pages/Conference.cshtml b/Pages/Conference.cshtml index 5578d74..37bb4de 100644 --- a/Pages/Conference.cshtml +++ b/Pages/Conference.cshtml @@ -45,7 +45,8 @@ 3 => talk.Tags[2], 4 => talk.Tags[3], 5 => talk.Tags[3], - 6 => talk.Tags[3], // rc3: is this correct? + 6 => talk.Tags[3], + 7 => talk.Tags[3], _ => "" }; @@ -110,4 +111,4 @@ } - \ No newline at end of file + diff --git a/Pages/Info.cshtml b/Pages/Info.cshtml index 0fb86f6..6ef7594 100644 --- a/Pages/Info.cshtml +++ b/Pages/Info.cshtml @@ -49,7 +49,8 @@ 3 => talk.Tags[2], 4 => talk.Tags[3], 5 => talk.Tags[3], - 6 => talk.Tags[3], // rc3: is this correct? + 6 => talk.Tags[3], + 7 => talk.Tags[3], _ => "" }; } diff --git a/Pages/Watchlist.cshtml b/Pages/Watchlist.cshtml index b8eefb0..94efec5 100644 --- a/Pages/Watchlist.cshtml +++ b/Pages/Watchlist.cshtml @@ -40,7 +40,8 @@ 3 => talk.Tags[2], 4 => talk.Tags[3], 5 => talk.Tags[3], - 6 => talk.Tags[3], // rc3: is this correct? + 6 => talk.Tags[3], + 7 => talk.Tags[3], _ => "" };