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:
parent
7abc8869f5
commit
f8c9432897
1 changed files with 2 additions and 2 deletions
|
@ -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?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue