aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-02-02 23:15:28 +0100
committerDaniel Schadt <kingdread@gmx.de>2024-02-02 23:18:54 +0100
commitc501fb06f37638e5ce9a99fcbb6c1517562dbd72 (patch)
tree2b6a167f4391bc6edae405c39e109d4039006e94
parent506268e07d77126614c6c67977152741e4c69036 (diff)
downloadfietsboek-c501fb06f37638e5ce9a99fcbb6c1517562dbd72.tar.gz
fietsboek-c501fb06f37638e5ce9a99fcbb6c1517562dbd72.tar.bz2
fietsboek-c501fb06f37638e5ce9a99fcbb6c1517562dbd72.zip
fix table markup
-rw-r--r--fietsboek/templates/profile.jinja23
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>