Skip to content

Commit 94dfe27

Browse files
authored
Merge pull request #2272 from servedsmart/fix-issue-2264
🐛 Fix: Leading space in i18n go template
2 parents 648ba17 + 61ad34a commit 94dfe27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/header/basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
id="search-button"
4141
aria-label="Search"
4242
class="text-base hover:text-primary-600 dark:hover:text-primary-400"
43-
title="{{ i18n " search.open_button_title" }}">
43+
title="{{ i18n "search.open_button_title" }}">
4444
{{ partial "icon.html" "search" }}
4545
</button>
4646
{{ end }}
@@ -75,7 +75,7 @@
7575
id="search-button-mobile"
7676
aria-label="Search"
7777
class="text-base hover:text-primary-600 dark:hover:text-primary-400"
78-
title="{{ i18n " search.open_button_title" }}">
78+
title="{{ i18n "search.open_button_title" }}">
7979
{{ partial "icon.html" "search" }}
8080
</button>
8181
{{ end }}

0 commit comments

Comments
 (0)