From 43e4bcb301ca469427e5022e510fb06e94225117 Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 14 Nov 2024 23:47:47 +0600 Subject: improve semantics on listing pages --- bin/serve.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/serve.fnl') diff --git a/bin/serve.fnl b/bin/serve.fnl index 420100e..4c2253e 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -309,7 +309,7 @@ :alt product.title} ""]] (site-name-template product.site) [:a {:href link :style "text-decoration: none;" :rel "nofollow"} - [:NO-ESCAPE (.. "

" (unescape product.title) "

")]] + [:NO-ESCAPE (.. "
" (unescape product.title) "
")]] [:div {:class "price"} (if product.price (.. (str.format-price product.price) "₽") "") (if (< 0 product.weight) -- cgit v1.2.3