fix(web): link also leads to remote
This commit is contained in:
parent
d0138c5fc0
commit
b2745d2695
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ pub fn Attachment(
|
||||||
"link" | "text" =>
|
"link" | "text" =>
|
||||||
view! {
|
view! {
|
||||||
<p class="mt-s mb-s">
|
<p class="mt-s mb-s">
|
||||||
<a title={href.clone()} href={href.clone()} rel="noreferrer nofollow" target="_blank">
|
<a title={uncloaked.clone()} href={uncloaked.clone()} rel="noreferrer nofollow" target="_blank">
|
||||||
{Uri::pretty(&uncloaked, 50)}
|
{Uri::pretty(&uncloaked, 50)}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue