From 7da87bf9e21d01d68e5ec0b765274438b2ea3767 Mon Sep 17 00:00:00 2001
From: Alex Cabal
Date: Mon, 31 Mar 2025 12:05:32 -0500
Subject: [PATCH] Use enums for HTTP methods in search forms
---
templates/SearchForm.php | 2 +-
www/artworks/index.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/SearchForm.php b/templates/SearchForm.php
index 40458556..d80518ef 100644
--- a/templates/SearchForm.php
+++ b/templates/SearchForm.php
@@ -9,7 +9,7 @@
$isAllSelected = sizeof($tags) == 0 || in_array('all', $tags);
?>
-
-