From 3a310f2f14fca7ab1d9bab4f2afc91fdd6cf17c4 Mon Sep 17 00:00:00 2001 From: mjking <1406993111@qq.com> Date: Sat, 13 Jul 2024 10:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=BC=A0=E6=A0=87=E6=82=AC?= =?UTF-8?q?=E5=81=9C=E6=8F=90=E7=A4=BA=E4=B8=8E=E5=86=85=E5=AE=B9=E6=9C=AA?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=8F=90=E7=A4=BA=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/search.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/search.html b/templates/search.html index 3f98522..e4c95f7 100644 --- a/templates/search.html +++ b/templates/search.html @@ -14,6 +14,7 @@ class="text-input" type="search" name="keyword" + th:title="${theme.config.page_config.search.search_placeholder}" th:placeholder="${theme.config.page_config.search.search_placeholder}" th:value="${searchResult.keyword}" required