diff options
| author | Xe Iaso <me@christine.website> | 2022-10-17 07:52:31 -0400 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-10-17 07:52:40 -0400 |
| commit | a6d1708f8ba32ac75b23732abc95c7b793e73664 (patch) | |
| tree | 1c8502297bf75e479eb1487dda24796f57639d93 /lib | |
| parent | d9319d367115abb1bd2463f7584efdbef16155b3 (diff) | |
| download | xesite-a6d1708f8ba32ac75b23732abc95c7b793e73664.tar.xz xesite-a6d1708f8ba32ac75b23732abc95c7b793e73664.zip | |
GoLab WASM talk
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/xesite_templates/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xesite_templates/src/lib.rs b/lib/xesite_templates/src/lib.rs index ab8c038..8223695 100644 --- a/lib/xesite_templates/src/lib.rs +++ b/lib/xesite_templates/src/lib.rs @@ -130,7 +130,7 @@ pub fn video(path: String) -> Markup { script src="/static/js/hls.js" {} noscript { div.warning { - (conv("Mara".into(), "hacker".into(), html!{"You need to enable JavaScript for this to work."})) + (conv("Mara".into(), "hacker".into(), PreEscaped("You may need to enable JavaScript for this to work. I'm a cartoon shark, not a cop.".to_string()))) } } video id="video" width="100%" controls { |
