From a65428c89b582ce2353186e40a8c273210e72662 Mon Sep 17 00:00:00 2001 From: Leo McArdle Date: Wed, 5 Feb 2025 17:48:18 +0000 Subject: [PATCH] fix(interactive-example): missing quote at start of height attribute --- crates/rari-doc/src/templ/templs/embeds/interactive_example.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rari-doc/src/templ/templs/embeds/interactive_example.rs b/crates/rari-doc/src/templ/templs/embeds/interactive_example.rs index 27bfefe..09cb622 100644 --- a/crates/rari-doc/src/templ/templs/embeds/interactive_example.rs +++ b/crates/rari-doc/src/templ/templs/embeds/interactive_example.rs @@ -21,7 +21,7 @@ pub fn interactive_example(name: String, height: Option) -> Result