diff options
Diffstat (limited to 'lib/xesite_templates/src/lib.rs')
| -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 { |
