From f57d79b3de35b57e11524a720f425ae7741ef5f1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 22 Mar 2021 20:54:25 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20the=20revert.=20=F0=9F=98=8A=20Should?= =?UTF-8?q?=20work=20now=20with=20the=20backend.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "Revert "Merge pull request 'Add autocomplete' (#2) from add-autocomplete into main"" This reverts commit 32a75a0fea9463479f4aaa55118e2f3864a25277. --- index.php | 63 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 9 deletions(-) diff --git a/index.php b/index.php index 5122818..b39d0f4 100644 --- a/index.php +++ b/index.php @@ -31,7 +31,7 @@ { padding: 0; } - input[type=file] + input[type=file], input[list=list_tags], input[type=url] { margin-left: 10ch; } @@ -200,21 +200,20 @@ don't want trust to be necessary to use this list.

-
+ (Without the “https://”)
- - - + (One tag per field or comma separated)
+ +
- - - + (One receipt per field or comma separated)
+ +
(optional) @@ -263,5 +262,51 @@ Sourcecode licensed under the AGPL-3.0-only.

+ + + + + \n", $tag); + } + } + fclose($file); + } + ?> +