all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [yew-devel] [PATCH proxmox-yew-comp 1/2] tasks: docs: Escape unscaped HTML
@ 2025-01-14  9:41 Maximiliano Sandoval
  2025-01-14  9:41 ` [yew-devel] [PATCH proxmox-yew-comp 2/2] wizzard: docs: Use full path for structs Maximiliano Sandoval
  2025-01-14 10:01 ` [yew-devel] applied: [PATCH proxmox-yew-comp 1/2] tasks: docs: Escape unscaped HTML Dietmar Maurer
  0 siblings, 2 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2025-01-14  9:41 UTC (permalink / raw)
  To: yew-devel

Fixes:

warning: unclosed HTML tag `nodename`
  --> src/tasks.rs:42:5
   |
42 |     /// The base url, default is '/nodes/<nodename>/tasks'
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(rustdoc::invalid_html_tags)]` on by default

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 src/tasks.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tasks.rs b/src/tasks.rs
index 9a6ad63..4ea243f 100644
--- a/src/tasks.rs
+++ b/src/tasks.rs
@@ -39,7 +39,7 @@ pub struct Tasks {
     #[prop_or_default]
     pub extra_filter: Option<(AttrValue, Html)>,
 
-    /// The base url, default is '/nodes/<nodename>/tasks'
+    /// The base url, default is `/nodes/<nodename>/tasks`.
     #[prop_or_default]
     #[builder(IntoPropValue, into_prop_value)]
     pub base_url: Option<AttrValue>,
-- 
2.39.5



_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-14 10:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-14  9:41 [yew-devel] [PATCH proxmox-yew-comp 1/2] tasks: docs: Escape unscaped HTML Maximiliano Sandoval
2025-01-14  9:41 ` [yew-devel] [PATCH proxmox-yew-comp 2/2] wizzard: docs: Use full path for structs Maximiliano Sandoval
2025-01-14 10:01 ` [yew-devel] applied: [PATCH proxmox-yew-comp 1/2] tasks: docs: Escape unscaped HTML Dietmar Maurer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal