From 29bbc567a59850edd7280b9e2e5a154b989c9bb4 Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:28:15 +0100 Subject: [PATCH] Fix the `head` elements of Xilem Web These got mixed up in https://github.com/linebender/xilem/pull/142 --- xilem_web/web_examples/counter/index.html | 15 +++++++++- .../counter_custom_element/index.html | 20 ++++--------- xilem_web/web_examples/mathml_svg/index.html | 18 +++--------- xilem_web/web_examples/svgtoy/index.html | 29 ++++++++++--------- 4 files changed, 38 insertions(+), 44 deletions(-) diff --git a/xilem_web/web_examples/counter/index.html b/xilem_web/web_examples/counter/index.html index ed42ab85f..416133f3a 100644 --- a/xilem_web/web_examples/counter/index.html +++ b/xilem_web/web_examples/counter/index.html @@ -1,6 +1,19 @@ -
This is like the counter
example, but does not use the typed
+
This is like the counter
example, but does not use the typed
elements/events/attrs in xilem_web
, instead using strings