Remove whitespace before wiki name

This commit is contained in:
Nguyễn Gia Phong 2021-07-06 22:40:32 +07:00 committed by Drew DeVault
parent e03d3d6437
commit 4f9faf3d43
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
<div class="container">
<a href="{{ url_for("public.user_index",
username=wiki.owner.username) }}"
>{{wiki.owner.canonical_name}}</a>/<wbr>
<a href="{{ url_for("html.user_content",
>{{wiki.owner.canonical_name}}</a>/<wbr><a
href="{{ url_for("html.user_content",
owner_name=wiki.owner.username, wiki_name=wiki.name) }}"
>{{wiki.name}}
</div>