forked from Fediversity/fediversity.eu
fix attrs printing
This commit is contained in:
parent
c9bdbfcb15
commit
069c758dd5
|
@ -136,7 +136,7 @@ let
|
|||
if isBool value then
|
||||
if value then name else ""
|
||||
# TODO: some attributes must be explicitly empty
|
||||
else optionalString (toString value != "") ''${name}=${value}''
|
||||
else optionalString (toString value != "") ''${name}="${toString value}"''
|
||||
)
|
||||
attrs)
|
||||
);
|
||||
|
|
Reference in a new issue