fix(web): plain -> raw
This commit is contained in:
parent
a536655396
commit
f10b6974f4
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ pub fn DebugPage() -> impl IntoView {
|
|||
</pre>
|
||||
<p class="center">
|
||||
<input type="checkbox" title="show plain (and valid) json" value="plain" prop:checked=plain on:input=move |ev| set_plain.set(event_target_checked(&ev)) />
|
||||
" plain :: "
|
||||
" raw :: "
|
||||
<a href={move|| Uri::web(U::Object, &text.get())} >obj</a>
|
||||
" :: "
|
||||
<a href={move|| Uri::web(U::User, &text.get())} >usr</a>
|
||||
|
|
Loading…
Reference in a new issue