Falko Schindler 1 سال پیش
والد
کامیت
f4f012c6c7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      website/search.py

+ 1 - 1
website/search.py

@@ -7,7 +7,7 @@ class Search:
         ui.add_head_html(r'''
             <script>
             async function loadSearchData() {
-                const response = await fetch("/static/search_index.json?version=''' + __version__ + r'''");'
+                const response = await fetch("/static/search_index.json?version=''' + __version__ + r'''");
                 if (!response.ok) {
                     throw new Error(`HTTP error! status: ${response.status}`);
                 }