From b917acb0f1b094eaf10d018e447cbf82b43a5ad4 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Mon, 9 Jun 2025 19:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E4=B8=AD?= =?UTF-8?q?=E5=9B=BE=E7=89=87alt=E5=B1=9E=E6=80=A7=E5=A2=9E=E5=8A=A0stript?= =?UTF-8?q?ags=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Home/Views/search/article.volt | 2 +- app/Http/Home/Views/search/course.volt | 2 +- app/Http/Home/Views/search/question.volt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Home/Views/search/article.volt b/app/Http/Home/Views/search/article.volt index 7c22ca7c..f2762acd 100644 --- a/app/Http/Home/Views/search/article.volt +++ b/app/Http/Home/Views/search/article.volt @@ -19,7 +19,7 @@ {% if item.cover %}
- {{ item.title }} + {{ item.title|striptags }}
{% endif %} diff --git a/app/Http/Home/Views/search/course.volt b/app/Http/Home/Views/search/course.volt index 73fe058d..1bc05420 100644 --- a/app/Http/Home/Views/search/course.volt +++ b/app/Http/Home/Views/search/course.volt @@ -6,7 +6,7 @@
diff --git a/app/Http/Home/Views/search/question.volt b/app/Http/Home/Views/search/question.volt index 4dec9446..02e48e93 100644 --- a/app/Http/Home/Views/search/question.volt +++ b/app/Http/Home/Views/search/question.volt @@ -19,7 +19,7 @@ {% if item.cover %} {% endif %}