nixos/doc: fix build
Now we even have options like `services.listmonk.database.settings."app.notify_emails"` shown correctly (i.e. with quotes).
This commit is contained in:
parent
6396482dde
commit
2480532bd1
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
concat('opt-',
|
||||
translate(
|
||||
attr[@name = 'name']/string/@value,
|
||||
'*< >[]:',
|
||||
'_______'
|
||||
'*< >[]:"',
|
||||
'________'
|
||||
))" />
|
||||
<varlistentry>
|
||||
<term xlink:href="#{$id}">
|
||||
|
|
Loading…
Reference in a new issue