helpers, disco: Add missing serialisation, and add a test.
This commit is contained in:
parent
682bb34b0b
commit
d78a0e6dae
2 changed files with 5 additions and 0 deletions
|
|
@ -340,6 +340,9 @@ macro_rules! generate_element_with_children {
|
|||
$(
|
||||
.attr($attr_name, elem.$attr)
|
||||
)*
|
||||
$(
|
||||
.append(elem.$child_ident)
|
||||
)*
|
||||
.build()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue