reformatting html

This commit is contained in:
partisan 2024-04-08 13:15:23 +02:00
parent 6fe3685f92
commit 79660f803d
7 changed files with 96 additions and 35 deletions

View file

@ -108,7 +108,7 @@ func handleSearch(w http.ResponseWriter, r *http.Request) {
switch searchType {
case "text":
handleTextSearch(w, r, query, safe, lang) // Handles fetching and rendering text search results
handleTextSearch(w, query, safe, lang) // Handles fetching and rendering text search results
case "image":
handleImageSearch(w, query, safe, lang, page) // Adjusted: Pass *http.Request to match the function signature
default: