From 101212524cf412e917c88de3fa95b94b47ec087c Mon Sep 17 00:00:00 2001 From: George Goodall Date: Mon, 6 Nov 2023 13:38:36 +0000 Subject: [PATCH] fix syntax error with dataset link --- application/templates/dataset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) +'
' }, ], [