diff --git a/application/templates/dataset.html b/application/templates/dataset.html index 8372be25..01745364 100644 --- a/application/templates/dataset.html +++ b/application/templates/dataset.html @@ -44,7 +44,7 @@

{{ dataset["name"] }}

} }, { - 'html': '' + entity_count|commanum + '
' + (dataset["name"] if entity_count <= 1 else dataset["plural"]) +'
' + 'html': '' + entity_count|commanum + '
' + (dataset["name"] if entity_count <= 1 else dataset["plural"]) +'
' }, ], [