diff options
author | Vika <vika@fireburn.ru> | 2022-07-07 00:34:43 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-07-07 00:36:39 +0300 |
commit | 7ddb7eddec3b928947b52f715aaf4821a818ebee (patch) | |
tree | a2274a6caedf4c2b1f11469097a51dddd68e774c /kittybox-rs/templates/src/onboarding.rs | |
parent | 7f23ec84bc05c236c1bf40c2f0d72412af711516 (diff) | |
download | kittybox-7ddb7eddec3b928947b52f715aaf4821a818ebee.tar.zst |
format using rustfmt
Diffstat (limited to 'kittybox-rs/templates/src/onboarding.rs')
-rw-r--r-- | kittybox-rs/templates/src/onboarding.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kittybox-rs/templates/src/onboarding.rs b/kittybox-rs/templates/src/onboarding.rs index 5a9f226..e2f07df 100644 --- a/kittybox-rs/templates/src/onboarding.rs +++ b/kittybox-rs/templates/src/onboarding.rs @@ -29,7 +29,11 @@ markup::define! { @markup::raw("<!-- do cats even have souls? I'm not sure. But this code won't steal their souls anyway. -->") } hr; - p { "In other words: " b { "please enable JavaScript for this page to work properly." } small { "sorry T__T" } } + p { + "In other words: " + b { "please enable JavaScript for this page to work properly." } + small { "sorry T__T" } + } } ul #progressbar[style="display: none"] { li #intro { "Introduction" } |