🚧 Literals don't need parentheses in html!{}
This commit is contained in:
parent
9f105ef81b
commit
e237167da7
3 changed files with 5 additions and 5 deletions
|
|
@ -79,7 +79,7 @@ impl ComponentTrait for Anchor {
|
|||
target=[target]
|
||||
{
|
||||
(self.left_icon().prepare(cx))
|
||||
(" ") span { (self.html().prepare(cx)) } (" ")
|
||||
" " span { (self.html().prepare(cx)) } " "
|
||||
(self.right_icon().prepare(cx))
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue