aboutsummaryrefslogtreecommitdiff
path: root/lume/src
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-12 15:49:07 -0400
committerXe Iaso <me@xeiaso.net>2023-10-12 15:49:07 -0400
commit2398bfc4065a55bcdd13df5a7f980a7760f5b7ee (patch)
treeb14b08b17991608f6f365800768b5f75accfdf23 /lume/src
parent1346fffdd835e2fc2fedb3ee86e11d3b3ec85efe (diff)
downloadxesite-2398bfc4065a55bcdd13df5a7f980a7760f5b7ee.tar.xz
xesite-2398bfc4065a55bcdd13df5a7f980a7760f5b7ee.zip
lume/blog/xesite-v4: oops lol
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lume/src')
-rw-r--r--lume/src/blog/xesite-v4.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lume/src/blog/xesite-v4.mdx b/lume/src/blog/xesite-v4.mdx
index 4978138..f8675ff 100644
--- a/lume/src/blog/xesite-v4.mdx
+++ b/lume/src/blog/xesite-v4.mdx
@@ -66,7 +66,7 @@ pub fn blockquote(body: Markup) -> Markup {
}
```
-This is all fine and dandy, but then the real trouble came in with passing this to lol*html. lol\_html doesn't have the concept of getting the children of a component (because this is designed to do *streaming* replacement of HTML elements), so in order to make this work in lol\_html I can't use that template function. I have to write it like this:
+This is all fine and dandy, but then the real trouble came in with passing this to lol\_html. lol\_html doesn't have the concept of getting the children of a component (because this is designed to do *streaming* replacement of HTML elements), so in order to make this work in lol\_html I can't use that template function. I have to write it like this:
```rust
use lol_html::{element, RewriteStrSettings};