forked from alemi/upub
fix(web): don't overdo it with blockquotes
This commit is contained in:
parent
539f3fe6ac
commit
dc5d9a32d4
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ pub fn UserPage(tl: Timeline) -> impl IntoView {
|
||||||
None
|
None
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
<blockquote class="ml-2 mt-1" inner_html={mdhtml::safe_html(&summary)}></blockquote>
|
<p class="ml-2 mt-1" inner_html={mdhtml::safe_html(&summary)}></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<TimelineFeed tl=tl />
|
<TimelineFeed tl=tl />
|
||||||
|
|
Loading…
Reference in a new issue