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 a40cc32ae8
commit 3bf155b888
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -908,9 +908,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?)