From 84b6429ca65ae407e4257fc771f4b760af72d310 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Tue, 22 Feb 2022 18:41:43 +0100 Subject: [PATCH] Fix error due to templating engine change --- src/invidious/views/components/item.ecr | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/invidious/views/components/item.ecr b/src/invidious/views/components/item.ecr index 5f8bde133..ce7af783f 100644 --- a/src/invidious/views/components/item.ecr +++ b/src/invidious/views/components/item.ecr @@ -52,11 +52,11 @@ <% if !env.get("preferences").as(Preferences).thin_mode %>
- <% if plid = env.get?("remove_playlist_items") %> -
" method="post"> + <% if plid_form = env.get?("remove_playlist_items") %> + " method="post"> ">

- + @@ -117,11 +117,11 @@

- <% elsif plid = env.get? "add_playlist_items" %> -
" method="post"> + <% elsif plid_form = env.get? "add_playlist_items" %> + " method="post"> ">

- +