1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-10 08:30:39 +02:00

doc: Fix URL of ‘language-picker.svg’.

Fixes a regression introduced in
824d46a2fe.

* doc/build.scm (stylized-html)[build]: Avoid double leading slash for
‘language-picker.svg’.

Change-Id: I0817949862f061dbbe04352bda1e479347015c84
This commit is contained in:
Ludovic Courtès 2025-07-09 14:26:09 +02:00
parent 7abc8869f5
commit f8c9432897
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -799,9 +799,9 @@ in SOURCE."
(menu-dropdown
#:label
`(img (@ (alt "Language")
(src #$(string-append
(src #$(in-vicinity
%web-site-url
"/themes/initial/img/language-picker.svg"))))
"themes/initial/img/language-picker.svg"))))
#:items
(language-menu-items file)))
#:split-node? split-node?)