diff options
-rw-r--r-- | fietsboek/templates/profile.jinja2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fietsboek/templates/profile.jinja2 b/fietsboek/templates/profile.jinja2 index 4906247..69c37e2 100644 --- a/fietsboek/templates/profile.jinja2 +++ b/fietsboek/templates/profile.jinja2 @@ -63,7 +63,8 @@ {% endif %} <table class="table table-hover table-sm"> - <th scope="row">{{ _("page.profile.length") }}</th> + <tr> + <th scope="row">{{ _("page.profile.length") }}</th> <td id="profileLength">{{ (total.length / 1000) | round(2) | format_decimal }} km</td> </tr> <tr> |