diff --git a/datasette/templates/table.html b/datasette/templates/table.html index f1539ee3..4cf138de 100644 --- a/datasette/templates/table.html +++ b/datasette/templates/table.html @@ -44,7 +44,7 @@ {% if not is_view %}{{ row_link(row) }}{% endif %} {% for td in row %} {% if not use_rowid or (use_rowid and not loop.first) %} - {{ td or " " }} + {{ td or " "|safe }} {% endif %} {% endfor %}