Fixed a couple of tiny HTML bugs, thanks curlylint

curlylint datasette/templates

https://github.com/thibaudcolas/curlylint
This commit is contained in:
Simon Willison 2020-09-07 08:43:37 -07:00
commit d0c752d50c
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
{% endblock %}
{% block content %}
<h1 style="padding-left: 10px; border-left: 10px solid #{{ database_color(database) }}">{{ table }}: {{ ', '.join(primary_key_values) }}</a></h1>
<h1 style="padding-left: 10px; border-left: 10px solid #{{ database_color(database) }}">{{ table }}: {{ ', '.join(primary_key_values) }}</h1>
{% block description_source_license %}{% include "_description_source_license.html" %}{% endblock %}