From d5858c39fd2ff28f98832dad68d10ffae997a21d Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Tue, 27 Dec 2022 16:58:03 +0100 Subject: [PATCH] Fixed undefined vars --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- templates/components/themes/card.latte | 2 +- templates/components/themes/common/controls.latte | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b57b08e..724fc8b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: '' labels: bug -assignees: pablouser1 +assignees: '' --- diff --git a/templates/components/themes/card.latte b/templates/components/themes/card.latte index 157a122..21eff34 100644 --- a/templates/components/themes/card.latte +++ b/templates/components/themes/card.latte @@ -1,6 +1,6 @@ -
+
{foreach $feed->items as $item} {do $share_url = url_video_external($item->author->uniqueId, $item->id)} diff --git a/templates/components/themes/common/controls.latte b/templates/components/themes/common/controls.latte index 9fd801c..caa5b9f 100644 --- a/templates/components/themes/common/controls.latte +++ b/templates/components/themes/common/controls.latte @@ -1,7 +1,7 @@ -
+
{* is_numeric is used to avoid having a back button with ttwid cursors *} {if isset($_GET['cursor']) && is_numeric($_GET['cursor']) && $_GET['cursor'] != 0} First {/if} - Next + Next