fix: invalid p/ul relationship causing hydration issue

This commit is contained in:
Greg Johnston 2024-07-10 09:10:41 -04:00
parent e1f3be6416
commit e2721d53bd

View file

@ -274,13 +274,13 @@ pub fn ServerFnArgumentExample() -> impl IntoView {
view! {
<h3>Custom arguments to the <code>#[server]</code> " macro"</h3>
<p>
This example shows how to specify additional behavior including
<ul>
<li>Specific server function <strong>paths</strong></li>
<li>Mixing and matching input and output <strong>encodings</strong></li>
<li>Adding custom <strong>middleware</strong> on a per-server-fn basis</li>
</ul>
This example shows how to specify additional behavior, including:
</p>
<ul>
<li>Specific server function <strong>paths</strong></li>
<li>Mixing and matching input and output <strong>encodings</strong></li>
<li>Adding custom <strong>middleware</strong> on a per-server-fn basis</li>
</ul>
<input node_ref=input_ref placeholder="Type something here."/>
<button
on:click=move |_| {