🐛 Fix: Leading space in i18n go template

This fixes: https://github.com/nunocoracao/blowfish/issues/2264
This commit is contained in:
Served Smart
2025-06-23 03:15:04 +02:00
parent 8d940881a4
commit 61ad34afde

View File

@@ -40,7 +40,7 @@
id="search-button"
aria-label="Search"
class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="{{ i18n " search.open_button_title" }}">
title="{{ i18n "search.open_button_title" }}">
{{ partial "icon.html" "search" }}
</button>
{{ end }}
@@ -75,7 +75,7 @@
id="search-button-mobile"
aria-label="Search"
class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="{{ i18n " search.open_button_title" }}">
title="{{ i18n "search.open_button_title" }}">
{{ partial "icon.html" "search" }}
</button>
{{ end }}