mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 14:10:20 +00:00
fix pre tag typo
This commit is contained in:
parent
bea16f151f
commit
4bf655851b
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ impl Renderer {
|
|||
|
||||
DynamicNode::Placeholder(_el) => {
|
||||
if self.pre_render {
|
||||
write!(buf, "<pre><pre/>")?;
|
||||
write!(buf, "<pre></pre>")?;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue