html encoding the search filter data #19
|
@ -55,7 +55,7 @@ private class Series {
|
|||
}
|
||||
|
||||
public string TitleFilter {
|
||||
get => Title.ToLowerInvariant();
|
||||
get => WebUtility.HtmlEncode(Title.ToLowerInvariant());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -288,7 +288,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/ellery-queens-minute-mysteries'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='ellery queen's minute mysteries'
|
||||
data-filter='ellery queen's minute mysteries'
|
||||
title='Ellery Queen's Minute Mysteries'>
|
||||
<img alt='cover image' title='Ellery Queen's Minute Mysteries'
|
||||
src='/cover/sm/ellery-queens-minute-mysteries.jpg'>
|
||||
|
@ -768,7 +768,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/world-adventurers-club'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='world adventurer's club'
|
||||
data-filter='world adventurer's club'
|
||||
title='World Adventurer's Club'>
|
||||
<img alt='cover image' title='World Adventurer's Club'
|
||||
src='/cover/sm/world-adventurers-club.jpg'>
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/amos-n-andy'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='amos 'n' andy'
|
||||
data-filter='amos 'n' andy'
|
||||
title='Amos 'n' Andy'>
|
||||
<img alt='cover image' title='Amos 'n' Andy'
|
||||
src='/cover/sm/amos-n-andy.jpg'>
|
||||
|
@ -368,7 +368,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/duffys-tavern'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='duffy's tavern'
|
||||
data-filter='duffy's tavern'
|
||||
title='Duffy's Tavern'>
|
||||
<img alt='cover image' title='Duffy's Tavern'
|
||||
src='/cover/sm/duffys-tavern.jpg'>
|
||||
|
@ -388,7 +388,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/edgar-bergen--charlie-mccarthy'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='edgar bergen & charlie mccarthy'
|
||||
data-filter='edgar bergen & charlie mccarthy'
|
||||
title='Edgar Bergen & Charlie McCarthy'>
|
||||
<img alt='cover image' title='Edgar Bergen & Charlie McCarthy'
|
||||
src='/cover/sm/edgar-bergen--charlie-mccarthy.jpg'>
|
||||
|
@ -668,7 +668,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/mama-blooms-brood'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='mama bloom's brood'
|
||||
data-filter='mama bloom's brood'
|
||||
title='Mama Bloom's Brood'>
|
||||
<img alt='cover image' title='Mama Bloom's Brood'
|
||||
src='/cover/sm/mama-blooms-brood.jpg'>
|
||||
|
|
|
@ -688,7 +688,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/rogues-gallery'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='rogue's gallery'
|
||||
data-filter='rogue's gallery'
|
||||
title='Rogue's Gallery'>
|
||||
<img alt='cover image' title='Rogue's Gallery'
|
||||
src='/cover/sm/rogues-gallery.jpg'>
|
||||
|
|
|
@ -208,7 +208,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/ripleys-believe-it-or-not'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='ripley's believe it or not'
|
||||
data-filter='ripley's believe it or not'
|
||||
title='Ripley's Believe It Or Not'>
|
||||
<img alt='cover image' title='Ripley's Believe It Or Not'
|
||||
src='/cover/sm/ripleys-believe-it-or-not.jpg'>
|
||||
|
@ -228,7 +228,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/ripleys-one-minute-shorts'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='ripley's one minute shorts'
|
||||
data-filter='ripley's one minute shorts'
|
||||
title='Ripley's One Minute Shorts'>
|
||||
<img alt='cover image' title='Ripley's One Minute Shorts'
|
||||
src='/cover/sm/ripleys-one-minute-shorts.jpg'>
|
||||
|
@ -348,7 +348,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/you-cant-do-business-with-hitler'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='you can't do business with hitler'
|
||||
data-filter='you can't do business with hitler'
|
||||
title='You Can't Do Business With Hitler'>
|
||||
<img alt='cover image' title='You Can't Do Business With Hitler'
|
||||
src='/cover/sm/you-cant-do-business-with-hitler.jpg'>
|
||||
|
|
|
@ -368,7 +368,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/mama-blooms-brood'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='mama bloom's brood'
|
||||
data-filter='mama bloom's brood'
|
||||
title='Mama Bloom's Brood'>
|
||||
<img alt='cover image' title='Mama Bloom's Brood'
|
||||
src='/cover/sm/mama-blooms-brood.jpg'>
|
||||
|
@ -588,7 +588,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/screen-directors-playhouse'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='screen directors' playhouse'
|
||||
data-filter='screen directors' playhouse'
|
||||
title='Screen Directors' Playhouse'>
|
||||
<img alt='cover image' title='Screen Directors' Playhouse'
|
||||
src='/cover/sm/screen-directors-playhouse.jpg'>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/arch-obolers-plays'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='arch oboler's plays'
|
||||
data-filter='arch oboler's plays'
|
||||
title='Arch Oboler's Plays'>
|
||||
<img alt='cover image' title='Arch Oboler's Plays'
|
||||
src='/cover/sm/arch-obolers-plays.jpg'>
|
||||
|
@ -108,7 +108,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/the-hermits-cave'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='the hermit's cave'
|
||||
data-filter='the hermit's cave'
|
||||
title='The Hermit's Cave'>
|
||||
<img alt='cover image' title='The Hermit's Cave'
|
||||
src='/cover/sm/the-hermits-cave.jpg'>
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/mothers-best-flour'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='mother's best flour'
|
||||
data-filter='mother's best flour'
|
||||
title='Mother's Best Flour'>
|
||||
<img alt='cover image' title='Mother's Best Flour'
|
||||
src='/cover/sm/mothers-best-flour.jpg'>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/arch-obolers-plays'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='arch oboler's plays'
|
||||
data-filter='arch oboler's plays'
|
||||
title='Arch Oboler's Plays'>
|
||||
<img alt='cover image' title='Arch Oboler's Plays'
|
||||
src='/cover/sm/arch-obolers-plays.jpg'>
|
||||
|
@ -188,7 +188,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/ellery-queens-minute-mysteries'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='ellery queen's minute mysteries'
|
||||
data-filter='ellery queen's minute mysteries'
|
||||
title='Ellery Queen's Minute Mysteries'>
|
||||
<img alt='cover image' title='Ellery Queen's Minute Mysteries'
|
||||
src='/cover/sm/ellery-queens-minute-mysteries.jpg'>
|
||||
|
|
|
@ -428,7 +428,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/amos-n-andy'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='amos 'n' andy'
|
||||
data-filter='amos 'n' andy'
|
||||
title='Amos 'n' Andy'>
|
||||
<img alt='cover image' title='Amos 'n' Andy'
|
||||
src='/cover/sm/amos-n-andy.jpg'>
|
||||
|
@ -448,7 +448,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/arch-obolers-plays'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='arch oboler's plays'
|
||||
data-filter='arch oboler's plays'
|
||||
title='Arch Oboler's Plays'>
|
||||
<img alt='cover image' title='Arch Oboler's Plays'
|
||||
src='/cover/sm/arch-obolers-plays.jpg'>
|
||||
|
@ -1768,7 +1768,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/duffys-tavern'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='duffy's tavern'
|
||||
data-filter='duffy's tavern'
|
||||
title='Duffy's Tavern'>
|
||||
<img alt='cover image' title='Duffy's Tavern'
|
||||
src='/cover/sm/duffys-tavern.jpg'>
|
||||
|
@ -1788,7 +1788,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/edgar-bergen--charlie-mccarthy'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='edgar bergen & charlie mccarthy'
|
||||
data-filter='edgar bergen & charlie mccarthy'
|
||||
title='Edgar Bergen & Charlie McCarthy'>
|
||||
<img alt='cover image' title='Edgar Bergen & Charlie McCarthy'
|
||||
src='/cover/sm/edgar-bergen--charlie-mccarthy.jpg'>
|
||||
|
@ -1808,7 +1808,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/ellery-queens-minute-mysteries'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='ellery queen's minute mysteries'
|
||||
data-filter='ellery queen's minute mysteries'
|
||||
title='Ellery Queen's Minute Mysteries'>
|
||||
<img alt='cover image' title='Ellery Queen's Minute Mysteries'
|
||||
src='/cover/sm/ellery-queens-minute-mysteries.jpg'>
|
||||
|
@ -2468,7 +2468,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/the-hermits-cave'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='the hermit's cave'
|
||||
data-filter='the hermit's cave'
|
||||
title='The Hermit's Cave'>
|
||||
<img alt='cover image' title='The Hermit's Cave'
|
||||
src='/cover/sm/the-hermits-cave.jpg'>
|
||||
|
@ -3108,7 +3108,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/mama-blooms-brood'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='mama bloom's brood'
|
||||
data-filter='mama bloom's brood'
|
||||
title='Mama Bloom's Brood'>
|
||||
<img alt='cover image' title='Mama Bloom's Brood'
|
||||
src='/cover/sm/mama-blooms-brood.jpg'>
|
||||
|
@ -3388,7 +3388,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/mothers-best-flour'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='mother's best flour'
|
||||
data-filter='mother's best flour'
|
||||
title='Mother's Best Flour'>
|
||||
<img alt='cover image' title='Mother's Best Flour'
|
||||
src='/cover/sm/mothers-best-flour.jpg'>
|
||||
|
@ -4268,7 +4268,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/ripleys-believe-it-or-not'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='ripley's believe it or not'
|
||||
data-filter='ripley's believe it or not'
|
||||
title='Ripley's Believe It Or Not'>
|
||||
<img alt='cover image' title='Ripley's Believe It Or Not'
|
||||
src='/cover/sm/ripleys-believe-it-or-not.jpg'>
|
||||
|
@ -4288,7 +4288,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/ripleys-one-minute-shorts'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='ripley's one minute shorts'
|
||||
data-filter='ripley's one minute shorts'
|
||||
title='Ripley's One Minute Shorts'>
|
||||
<img alt='cover image' title='Ripley's One Minute Shorts'
|
||||
src='/cover/sm/ripleys-one-minute-shorts.jpg'>
|
||||
|
@ -4348,7 +4348,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/rogues-gallery'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='rogue's gallery'
|
||||
data-filter='rogue's gallery'
|
||||
title='Rogue's Gallery'>
|
||||
<img alt='cover image' title='Rogue's Gallery'
|
||||
src='/cover/sm/rogues-gallery.jpg'>
|
||||
|
@ -4488,7 +4488,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/screen-directors-playhouse'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='screen directors' playhouse'
|
||||
data-filter='screen directors' playhouse'
|
||||
title='Screen Directors' Playhouse'>
|
||||
<img alt='cover image' title='Screen Directors' Playhouse'
|
||||
src='/cover/sm/screen-directors-playhouse.jpg'>
|
||||
|
@ -5308,7 +5308,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/world-adventurers-club'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='world adventurer's club'
|
||||
data-filter='world adventurer's club'
|
||||
title='World Adventurer's Club'>
|
||||
<img alt='cover image' title='World Adventurer's Club'
|
||||
src='/cover/sm/world-adventurers-club.jpg'>
|
||||
|
@ -5388,7 +5388,7 @@
|
|||
hx-target='main'
|
||||
hx-push-url='/series/you-cant-do-business-with-hitler'
|
||||
hx-swap='innerHTML show:top'
|
||||
data-filter='you can't do business with hitler'
|
||||
data-filter='you can't do business with hitler'
|
||||
title='You Can't Do Business With Hitler'>
|
||||
<img alt='cover image' title='You Can't Do Business With Hitler'
|
||||
src='/cover/sm/you-cant-do-business-with-hitler.jpg'>
|
||||
|
|
Loading…
Reference in New Issue