From e5d9ac1472c8d724f605fc89ea60f47c51b58ce4 Mon Sep 17 00:00:00 2001 From: Maxence Lequeux <48749923+maaxleq@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:58:45 +0200 Subject: [PATCH] Fix broken search in shell template The shell template was using a "target" attribute on the search
element, instead of an "action" attribute --- sqlpage/templates/shell.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlpage/templates/shell.handlebars b/sqlpage/templates/shell.handlebars index 213ca716..1d2bdc92 100644 --- a/sqlpage/templates/shell.handlebars +++ b/sqlpage/templates/shell.handlebars @@ -66,7 +66,7 @@ {{/each}} {{#if search_target}} - +